Color Hex Logo

#c05cbd Color Hex

#C05CBD
(192,92,189)
0 Favorites   0 Comments

Color spaces of #c05cbd

RGB 19292189
HSL0.840.440.56
HSV302°52°75°
CMYK 0.000.520.02   0.25
XYZ34.750722.534950.6622
Yxy22.53490.32190.2088
Hunter Lab47.470947.5953-30.0461
CIE-Lab54.590053.2621-33.2715

#c05cbd color RGB value is (192,92,189).

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

The process color (four color CMYK) of #c05cbd color hex is 0.00, 0.52, 0.02, 0.25. Web safe color of #c05cbd is #cc66cc. Color #c05cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011100 10111101
Octal 300 134 275
Decimal 192 92 189
Hex C0 5C BD

RGB Percentages of Color #c05cbd

%40.59
%19.45
%39.96

CMYK Percentages of Color #c05cbd

%0
%52
%2
%25

Triadic Colors of #c05cbd

#c05cbd #bdc05c #5cbdc0

Analogous Colors of #c05cbd

#c05cbd #c05c8b #915cc0

Monochromatic Colors of #c05cbd

#c05cbd

Complementary Color

#c05cbd #5cc05f

#c05cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05cbd Color CSS Codes

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

#c05cbd Text Font Color

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

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


#c05cbd Background Color

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

This div background color is #c05cbd


#c05cbd Border Color

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

This div border color is #c05cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05cbd


Comments

No comments written yet.

Please login to write comment.