Color Hex Logo

#c66bdf Color Hex

#C66BDF
(198,107,223)
0 Favorites   0 Comments

Color spaces of #c66bdf

RGB 198107223
HSL0.800.640.65
HSV287°52°87°
CMYK 0.110.520.00   0.13
XYZ41.865727.848972.9808
Yxy27.84890.29340.1952
Hunter Lab52.772149.2585-45.0543
CIE-Lab59.752053.9145-44.4233

#c66bdf color RGB value is (198,107,223).

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

The process color (four color CMYK) of #c66bdf color hex is 0.11, 0.52, 0.00, 0.13. Web safe color of #c66bdf is #cc66cc. Color #c66bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101011 11011111
Octal 306 153 337
Decimal 198 107 223
Hex C6 6B DF

RGB Percentages of Color #c66bdf

%37.50
%20.27
%42.23

CMYK Percentages of Color #c66bdf

%11
%52
%0
%13

Triadic Colors of #c66bdf

#c66bdf #dfc66b #6bdfc6

Analogous Colors of #c66bdf

#c66bdf #df6bbe #8c6bdf

Monochromatic Colors of #c66bdf

#c66bdf

Complementary Color

#c66bdf #84df6b

#c66bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66bdf Color CSS Codes

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

#c66bdf Text Font Color

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

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


#c66bdf Background Color

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

This div background color is #c66bdf


#c66bdf Border Color

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

This div border color is #c66bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66bdf


Comments

No comments written yet.

Please login to write comment.