Color Hex Logo

#c008bd Color Hex

#C008BD
(192,8,189)
0 Favorites   0 Comments

Color spaces of #c008bd

RGB 1928189
HSL0.840.920.39
HSV301°96°75°
CMYK 0.000.960.02   0.25
XYZ31.010415.054349.4154
Yxy15.05430.32480.1577
Hunter Lab38.799974.7645-48.3517
CIE-Lab45.708578.2274-47.3026

#c008bd color RGB value is (192,8,189).

#c008bd hex color red value is 192, green value is 8 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c008bd hue: 0.84 , saturation: 0.92 and the lightness value of c008bd is 0.39.

The process color (four color CMYK) of #c008bd color hex is 0.00, 0.96, 0.02, 0.25. Web safe color of #c008bd is #cc00cc. Color #c008bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001000 10111101
Octal 300 10 275
Decimal 192 8 189
Hex C0 8 BD

RGB Percentages of Color #c008bd

%49.36
%2.06
%48.59

CMYK Percentages of Color #c008bd

%0
%96
%2
%25

Triadic Colors of #c008bd

#c008bd #bdc008 #08bdc0

Analogous Colors of #c008bd

#c008bd #c00861 #6708c0

Monochromatic Colors of #c008bd

#c008bd

Complementary Color

#c008bd #08c00b

#c008bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c008bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c008bd Color CSS Codes

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

#c008bd Text Font Color

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

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


#c008bd Background Color

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

This div background color is #c008bd


#c008bd Border Color

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

This div border color is #c008bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c008bd


Comments

No comments written yet.

Please login to write comment.