Color Hex Logo

#c27dfd Color Hex

#C27DFD
(194,125,253)
0 Favorites   0 Comments

Color spaces of #c27dfd

RGB 194125253
HSL0.760.970.74
HSV272°51°99°
CMYK 0.230.510.00   0.01
XYZ47.311433.228496.8486
Yxy33.22840.26670.1873
Hunter Lab57.644145.6268-59.2631
CIE-Lab64.345449.9425-53.8155

#c27dfd color RGB value is (194,125,253).

#c27dfd hex color red value is 194, green value is 125 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c27dfd hue: 0.76 , saturation: 0.97 and the lightness value of c27dfd is 0.74.

The process color (four color CMYK) of #c27dfd color hex is 0.23, 0.51, 0.00, 0.01. Web safe color of #c27dfd is #cc66ff. Color #c27dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111101 11111101
Octal 302 175 375
Decimal 194 125 253
Hex C2 7D FD

RGB Percentages of Color #c27dfd

%33.92
%21.85
%44.23

CMYK Percentages of Color #c27dfd

%23
%51
%0
%1

Triadic Colors of #c27dfd

#c27dfd #fdc27d #7dfdc2

Analogous Colors of #c27dfd

#c27dfd #fd7df8 #827dfd

Monochromatic Colors of #c27dfd

#c27dfd

Complementary Color

#c27dfd #b8fd7d

#c27dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27dfd Color CSS Codes

.mybgcolor {background-color:#c27dfd; } 
.myforecolor {color:#c27dfd; }
.mybordercolor {border:3px solid #c27dfd; }

#c27dfd Text Font Color

<p style="color:#c27dfd">Text here</p>

This sample text font color is #c27dfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c27dfd Background Color

<div style="background-color:#c27dfd">
Div content here</div>

This div background color is #c27dfd


#c27dfd Border Color

<div style="border:3px solid #c27dfd">
Div here</div>

This div border color is #c27dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,125,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c27dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c27dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #c27dfd;
  box-shadow:         1px 1px 3px 2px #c27dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,125,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c27dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c27dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #c27dfd;
  box-shadow:         1px 1px 3px 2px #c27dfd;">
Div content here</div>

This div box has shadow with color #c27dfd


Comments

No comments written yet.

Please login to write comment.