Color Hex Logo

#c862bd Color Hex

#C862BD
(200,98,189)
0 Favorites   0 Comments

Color spaces of #c862bd

RGB 20098189
HSL0.850.480.58
HSV306°51°78°
CMYK 0.000.510.05   0.22
XYZ37.372424.688850.9398
Yxy24.68880.33070.2185
Hunter Lab49.687847.3040-26.0024
CIE-Lab56.770952.6355-29.7939

#c862bd color RGB value is (200,98,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100010 10111101
Octal 310 142 275
Decimal 200 98 189
Hex C8 62 BD

RGB Percentages of Color #c862bd

%41.07
%20.12
%38.81

CMYK Percentages of Color #c862bd

%0
%51
%5
%22

Triadic Colors of #c862bd

#c862bd #bdc862 #62bdc8

Analogous Colors of #c862bd

#c862bd #c8628a #a062c8

Monochromatic Colors of #c862bd

#c862bd

Complementary Color

#c862bd #62c86d

#c862bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c862bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c862bd Color CSS Codes

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

#c862bd Text Font Color

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

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


#c862bd Background Color

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

This div background color is #c862bd


#c862bd Border Color

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

This div border color is #c862bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c862bd


Comments

No comments written yet.

Please login to write comment.