Color Hex Logo

#c03067 Color Hex

#C03067
(192,48,103)
0 Favorites   0 Comments

Color spaces of #c03067

RGB 19248103
HSL0.940.600.47
HSV337°75°75°
CMYK 0.000.750.46   0.25
XYZ25.243414.299614.2616
Yxy14.29960.46920.2658
Hunter Lab37.814852.98234.1095
CIE-Lab44.659659.93193.0153

#c03067 color RGB value is (192,48,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110000 01100111
Octal 300 60 147
Decimal 192 48 103
Hex C0 30 67

RGB Percentages of Color #c03067

%55.98
%13.99
%30.03

CMYK Percentages of Color #c03067

%0
%75
%46
%25

Triadic Colors of #c03067

#c03067 #67c030 #3067c0

Analogous Colors of #c03067

#c03067 #c04130 #c030af

Monochromatic Colors of #c03067

#c03067

Complementary Color

#c03067 #30c089

#c03067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03067 Color CSS Codes

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

#c03067 Text Font Color

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

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


#c03067 Background Color

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

This div background color is #c03067


#c03067 Border Color

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

This div border color is #c03067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03067


Comments

No comments written yet.

Please login to write comment.