Color Hex Logo

#c66bef Color Hex

#C66BEF
(198,107,239)
0 Favorites   0 Comments

Color spaces of #c66bef

RGB 198107239
HSL0.780.800.68
HSV281°55°94°
CMYK 0.170.550.00   0.06
XYZ44.126428.753284.8856
Yxy28.75320.27970.1823
Hunter Lab53.622053.0520-56.3228
CIE-Lab60.563257.1458-52.0666

#c66bef color RGB value is (198,107,239).

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

The process color (four color CMYK) of #c66bef color hex is 0.17, 0.55, 0.00, 0.06. Web safe color of #c66bef is #cc66ff. Color #c66bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101011 11101111
Octal 306 153 357
Decimal 198 107 239
Hex C6 6B EF

RGB Percentages of Color #c66bef

%36.40
%19.67
%43.93

CMYK Percentages of Color #c66bef

%17
%55
%0
%6

Triadic Colors of #c66bef

#c66bef #efc66b #6befc6

Analogous Colors of #c66bef

#c66bef #ef6bd6 #846bef

Monochromatic Colors of #c66bef

#c66bef

Complementary Color

#c66bef #94ef6b

#c66bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66bef Color CSS Codes

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

#c66bef Text Font Color

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

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


#c66bef Background Color

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

This div background color is #c66bef


#c66bef Border Color

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

This div border color is #c66bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66bef


Comments

No comments written yet.

Please login to write comment.