Color Hex Logo

#c67bde Color Hex

#C67BDE
(198,123,222)
0 Favorites   0 Comments

Color spaces of #c67bde

RGB 198123222
HSL0.790.600.68
HSV285°45°87°
CMYK 0.110.450.00   0.13
XYZ43.556531.445672.8812
Yxy31.44560.29450.2126
Hunter Lab56.076440.5136-37.8044
CIE-Lab62.882045.4770-38.9470

#c67bde color RGB value is (198,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111011 11011110
Octal 306 173 336
Decimal 198 123 222
Hex C6 7B DE

RGB Percentages of Color #c67bde

%36.46
%22.65
%40.88

CMYK Percentages of Color #c67bde

%11
%45
%0
%13

Triadic Colors of #c67bde

#c67bde #dec67b #7bdec6

Analogous Colors of #c67bde

#c67bde #de7bc5 #957bde

Monochromatic Colors of #c67bde

#c67bde

Complementary Color

#c67bde #93de7b

#c67bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67bde Color CSS Codes

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

#c67bde Text Font Color

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

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


#c67bde Background Color

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

This div background color is #c67bde


#c67bde Border Color

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

This div border color is #c67bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,123,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 #c67bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67bde


Comments

No comments written yet.

Please login to write comment.