Color Hex Logo

#c005b2 Color Hex

#C005B2
(192,5,178)
0 Favorites   0 Comments

Color spaces of #c005b2

RGB 1925178
HSL0.850.950.39
HSV304°97°75°
CMYK 0.000.970.07   0.25
XYZ29.828414.529443.3518
Yxy14.52940.34010.1657
Hunter Lab38.117572.9777-40.7496
CIE-Lab44.982876.9253-41.9910

#c005b2 color RGB value is (192,5,178).

#c005b2 hex color red value is 192, green value is 5 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #c005b2 hue: 0.85 , saturation: 0.95 and the lightness value of c005b2 is 0.39.

The process color (four color CMYK) of #c005b2 color hex is 0.00, 0.97, 0.07, 0.25. Web safe color of #c005b2 is #cc0099. Color #c005b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000101 10110010
Octal 300 5 262
Decimal 192 5 178
Hex C0 5 B2

RGB Percentages of Color #c005b2

%51.20
%1.33
%47.47

CMYK Percentages of Color #c005b2

%0
%97
%7
%25

Triadic Colors of #c005b2

#c005b2 #b2c005 #05b2c0

Analogous Colors of #c005b2

#c005b2 #c00554 #7105c0

Monochromatic Colors of #c005b2

#c005b2

Complementary Color

#c005b2 #05c013

#c005b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c005b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c005b2 Color CSS Codes

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

#c005b2 Text Font Color

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

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


#c005b2 Background Color

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

This div background color is #c005b2


#c005b2 Border Color

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

This div border color is #c005b2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,5,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c005b2


Comments

No comments written yet.

Please login to write comment.