Color Hex Logo

#c05093 Color Hex

#C05093
(192,80,147)
0 Favorites   0 Comments

Color spaces of #c05093

RGB 19280147
HSL0.900.470.53
HSV324°58°75°
CMYK 0.000.580.23   0.25
XYZ29.873319.050429.7064
Yxy19.05040.37990.2423
Hunter Lab43.646845.7895-9.8006
CIE-Lab50.746152.2537-14.6364

#c05093 color RGB value is (192,80,147).

#c05093 hex color red value is 192, green value is 80 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c05093 hue: 0.90 , saturation: 0.47 and the lightness value of c05093 is 0.53.

The process color (four color CMYK) of #c05093 color hex is 0.00, 0.58, 0.23, 0.25. Web safe color of #c05093 is #cc6699. Color #c05093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 10010011
Octal 300 120 223
Decimal 192 80 147
Hex C0 50 93

RGB Percentages of Color #c05093

%45.82
%19.09
%35.08

CMYK Percentages of Color #c05093

%0
%58
%23
%25

Triadic Colors of #c05093

#c05093 #93c050 #5093c0

Analogous Colors of #c05093

#c05093 #c0505b #b550c0

Monochromatic Colors of #c05093

#c05093

Complementary Color

#c05093 #50c07d

#c05093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05093 Color CSS Codes

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

#c05093 Text Font Color

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

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


#c05093 Background Color

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

This div background color is #c05093


#c05093 Border Color

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

This div border color is #c05093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05093


Comments

No comments written yet.

Please login to write comment.