Color Hex Logo

#c867bd Color Hex

#C867BD
(200,103,189)
0 Favorites   0 Comments

Color spaces of #c867bd

RGB 200103189
HSL0.850.470.59
HSV307°49°78°
CMYK 0.000.490.05   0.22
XYZ37.855025.654051.1006
Yxy25.65400.33030.2238
Hunter Lab50.649844.7715-24.3629
CIE-Lab57.707250.1700-28.3429

#c867bd color RGB value is (200,103,189).

#c867bd hex color red value is 200, green value is 103 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c867bd hue: 0.85 , saturation: 0.47 and the lightness value of c867bd is 0.59.

The process color (four color CMYK) of #c867bd color hex is 0.00, 0.49, 0.05, 0.22. Web safe color of #c867bd is #cc66cc. Color #c867bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100111 10111101
Octal 310 147 275
Decimal 200 103 189
Hex C8 67 BD

RGB Percentages of Color #c867bd

%40.65
%20.93
%38.41

CMYK Percentages of Color #c867bd

%0
%49
%5
%22

Triadic Colors of #c867bd

#c867bd #bdc867 #67bdc8

Analogous Colors of #c867bd

#c867bd #c8678d #a367c8

Monochromatic Colors of #c867bd

#c867bd

Complementary Color

#c867bd #67c872

#c867bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c867bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c867bd Color CSS Codes

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

#c867bd Text Font Color

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

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


#c867bd Background Color

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

This div background color is #c867bd


#c867bd Border Color

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

This div border color is #c867bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,103,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c867bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c867bd;
  -webkit-box-shadow: 1px 1px 3px 2px #c867bd;
  box-shadow:         1px 1px 3px 2px #c867bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,103,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c867bd


Comments

No comments written yet.

Please login to write comment.