Color Hex Logo

#c66fec Color Hex

#C66FEC
(198,111,236)
0 Favorites   0 Comments

Color spaces of #c66fec

RGB 198111236
HSL0.780.770.68
HSV282°53°93°
CMYK 0.160.530.00   0.07
XYZ44.113529.430882.7126
Yxy29.43080.28230.1883
Hunter Lab54.250250.2094-52.4215
CIE-Lab61.160054.5358-49.4534

#c66fec color RGB value is (198,111,236).

#c66fec hex color red value is 198, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c66fec hue: 0.78 , saturation: 0.77 and the lightness value of c66fec is 0.68.

The process color (four color CMYK) of #c66fec color hex is 0.16, 0.53, 0.00, 0.07. Web safe color of #c66fec is #cc66ff. Color #c66fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101111 11101100
Octal 306 157 354
Decimal 198 111 236
Hex C6 6F EC

RGB Percentages of Color #c66fec

%36.33
%20.37
%43.30

CMYK Percentages of Color #c66fec

%16
%53
%0
%7

Triadic Colors of #c66fec

#c66fec #ecc66f #6fecc6

Analogous Colors of #c66fec

#c66fec #ec6fd4 #886fec

Monochromatic Colors of #c66fec

#c66fec

Complementary Color

#c66fec #95ec6f

#c66fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66fec Color CSS Codes

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

#c66fec Text Font Color

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

This sample text font color is #c66fec
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.


#c66fec Background Color

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

This div background color is #c66fec


#c66fec Border Color

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

This div border color is #c66fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,111,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c66fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c66fec;
  -webkit-box-shadow: 1px 1px 3px 2px #c66fec;
  box-shadow:         1px 1px 3px 2px #c66fec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,111,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66fec


Comments

No comments written yet.

Please login to write comment.