Color Hex Logo

#c67dde Color Hex

#C67DDE
(198,125,222)
0 Favorites   0 Comments

Color spaces of #c67dde

RGB 198125222
HSL0.790.600.68
HSV285°44°87°
CMYK 0.110.440.00   0.13
XYZ43.807131.946972.9647
Yxy31.94690.29460.2148
Hunter Lab56.521639.4338-36.9734
CIE-Lab63.299044.4176-38.2949

#c67dde color RGB value is (198,125,222).

#c67dde hex color red value is 198, green value is 125 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c67dde hue: 0.79 , saturation: 0.60 and the lightness value of c67dde is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111101 11011110
Octal 306 175 336
Decimal 198 125 222
Hex C6 7D DE

RGB Percentages of Color #c67dde

%36.33
%22.94
%40.73

CMYK Percentages of Color #c67dde

%11
%44
%0
%13

Triadic Colors of #c67dde

#c67dde #dec67d #7ddec6

Analogous Colors of #c67dde

#c67dde #de7dc6 #967dde

Monochromatic Colors of #c67dde

#c67dde

Complementary Color

#c67dde #95de7d

#c67dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67dde Color CSS Codes

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

#c67dde Text Font Color

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

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


#c67dde Background Color

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

This div background color is #c67dde


#c67dde Border Color

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

This div border color is #c67dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67dde


Comments

No comments written yet.

Please login to write comment.