Color Hex Logo

#c005b1 Color Hex

#C005B1
(192,5,177)
0 Favorites   0 Comments

Color spaces of #c005b1

RGB 1925177
HSL0.850.950.39
HSV305°97°75°
CMYK 0.000.970.08   0.25
XYZ29.728314.489342.8248
Yxy14.48930.34150.1665
Hunter Lab38.064872.7936-40.0588
CIE-Lab44.926676.7868-41.4892

#c005b1 color RGB value is (192,5,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000101 10110001
Octal 300 5 261
Decimal 192 5 177
Hex C0 5 B1

RGB Percentages of Color #c005b1

%51.34
%1.34
%47.33

CMYK Percentages of Color #c005b1

%0
%97
%8
%25

Triadic Colors of #c005b1

#c005b1 #b1c005 #05b1c0

Analogous Colors of #c005b1

#c005b1 #c00554 #7205c0

Monochromatic Colors of #c005b1

#c005b1

Complementary Color

#c005b1 #05c014

#c005b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c005b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c005b1 Color CSS Codes

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

#c005b1 Text Font Color

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

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


#c005b1 Background Color

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

This div background color is #c005b1


#c005b1 Border Color

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

This div border color is #c005b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c005b1


Comments

No comments written yet.

Please login to write comment.