Color Hex Logo

#c13088 Color Hex

#C13088
(193,48,136)
0 Favorites   0 Comments

Color spaces of #c13088

RGB 19348136
HSL0.900.600.47
HSV324°75°76°
CMYK 0.000.750.30   0.24
XYZ27.493215.228924.7830
Yxy15.22890.40730.2256
Hunter Lab39.024257.4638-10.3362
CIE-Lab45.946163.6640-15.3092

#c13088 color RGB value is (193,48,136).

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

The process color (four color CMYK) of #c13088 color hex is 0.00, 0.75, 0.30, 0.24. Web safe color of #c13088 is #cc3399. Color #c13088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110000 10001000
Octal 301 60 210
Decimal 193 48 136
Hex C1 30 88

RGB Percentages of Color #c13088

%51.19
%12.73
%36.07

CMYK Percentages of Color #c13088

%0
%75
%30
%24

Triadic Colors of #c13088

#c13088 #88c130 #3088c1

Analogous Colors of #c13088

#c13088 #c1303f #b230c1

Monochromatic Colors of #c13088

#c13088

Complementary Color

#c13088 #30c169

#c13088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13088 Color CSS Codes

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

#c13088 Text Font Color

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

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


#c13088 Background Color

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

This div background color is #c13088


#c13088 Border Color

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

This div border color is #c13088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13088


Comments

No comments written yet.

Please login to write comment.