Color Hex Logo

#c0307b Color Hex

#C0307B
(192,48,123)
0 Favorites   0 Comments

Color spaces of #c0307b

RGB 19248123
HSL0.910.600.47
HSV329°75°75°
CMYK 0.000.750.36   0.25
XYZ26.370314.750420.1961
Yxy14.75040.43010.2406
Hunter Lab38.406255.3498-4.2935
CIE-Lab45.290461.9257-8.3866

#c0307b color RGB value is (192,48,123).

#c0307b hex color red value is 192, green value is 48 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c0307b hue: 0.91 , saturation: 0.60 and the lightness value of c0307b is 0.47.

The process color (four color CMYK) of #c0307b color hex is 0.00, 0.75, 0.36, 0.25. Web safe color of #c0307b is #cc3366. Color #c0307b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110000 01111011
Octal 300 60 173
Decimal 192 48 123
Hex C0 30 7B

RGB Percentages of Color #c0307b

%52.89
%13.22
%33.88

CMYK Percentages of Color #c0307b

%0
%75
%36
%25

Triadic Colors of #c0307b

#c0307b #7bc030 #307bc0

Analogous Colors of #c0307b

#c0307b #c03033 #bd30c0

Monochromatic Colors of #c0307b

#c0307b

Complementary Color

#c0307b #30c075

#c0307b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0307b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0307b Color CSS Codes

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

#c0307b Text Font Color

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

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


#c0307b Background Color

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

This div background color is #c0307b


#c0307b Border Color

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

This div border color is #c0307b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0307b


Comments

No comments written yet.

Please login to write comment.