Color Hex Logo

#c67dee Color Hex

#C67DEE
(198,125,238)
0 Favorites   0 Comments

Color spaces of #c67dee

RGB 198125238
HSL0.770.770.71
HSV279°47°93°
CMYK 0.170.470.00   0.07
XYZ46.054932.846084.8015
Yxy32.84600.28130.2006
Hunter Lab57.311443.1458-47.6111
CIE-Lab64.036047.7367-46.0182

#c67dee color RGB value is (198,125,238).

#c67dee hex color red value is 198, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c67dee hue: 0.77 , saturation: 0.77 and the lightness value of c67dee is 0.71.

The process color (four color CMYK) of #c67dee color hex is 0.17, 0.47, 0.00, 0.07. Web safe color of #c67dee is #cc66ff. Color #c67dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111101 11101110
Octal 306 175 356
Decimal 198 125 238
Hex C6 7D EE

RGB Percentages of Color #c67dee

%35.29
%22.28
%42.42

CMYK Percentages of Color #c67dee

%17
%47
%0
%7

Triadic Colors of #c67dee

#c67dee #eec67d #7deec6

Analogous Colors of #c67dee

#c67dee #ee7dde #8e7dee

Monochromatic Colors of #c67dee

#c67dee

Complementary Color

#c67dee #a5ee7d

#c67dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67dee Color CSS Codes

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

#c67dee Text Font Color

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

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


#c67dee Background Color

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

This div background color is #c67dee


#c67dee Border Color

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

This div border color is #c67dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67dee


Comments

No comments written yet.

Please login to write comment.