Color Hex Logo

#c67fdb Color Hex

#C67FDB
(198,127,219)
0 Favorites   0 Comments

Color spaces of #c67fdb

RGB 198127219
HSL0.800.560.68
HSV286°42°86°
CMYK 0.100.420.00   0.14
XYZ43.664332.299070.9508
Yxy32.29900.29720.2198
Hunter Lab56.832237.6855-34.2366
CIE-Lab63.589242.7463-36.1692

#c67fdb color RGB value is (198,127,219).

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

The process color (four color CMYK) of #c67fdb color hex is 0.10, 0.42, 0.00, 0.14. Web safe color of #c67fdb is #cc66cc. Color #c67fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111111 11011011
Octal 306 177 333
Decimal 198 127 219
Hex C6 7F DB

RGB Percentages of Color #c67fdb

%36.40
%23.35
%40.26

CMYK Percentages of Color #c67fdb

%10
%42
%0
%14

Triadic Colors of #c67fdb

#c67fdb #dbc67f #7fdbc6

Analogous Colors of #c67fdb

#c67fdb #db7fc2 #987fdb

Monochromatic Colors of #c67fdb

#c67fdb

Complementary Color

#c67fdb #94db7f

#c67fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67fdb Color CSS Codes

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

#c67fdb Text Font Color

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

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


#c67fdb Background Color

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

This div background color is #c67fdb


#c67fdb Border Color

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

This div border color is #c67fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67fdb


Comments

No comments written yet.

Please login to write comment.