Color Hex Logo

#c125ca Color Hex

#C125CA
(193,37,202)
0 Favorites   0 Comments

Color spaces of #c125ca

RGB 19337202
HSL0.820.690.47
HSV297°82°79°
CMYK 0.040.820.00   0.21
XYZ33.314616.924957.3881
Yxy16.92490.30950.1573
Hunter Lab41.139972.5524-53.9087
CIE-Lab48.165375.9604-50.9241

#c125ca color RGB value is (193,37,202).

#c125ca hex color red value is 193, green value is 37 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c125ca hue: 0.82 , saturation: 0.69 and the lightness value of c125ca is 0.47.

The process color (four color CMYK) of #c125ca color hex is 0.04, 0.82, 0.00, 0.21. Web safe color of #c125ca is #cc33cc. Color #c125ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100101 11001010
Octal 301 45 312
Decimal 193 37 202
Hex C1 25 CA

RGB Percentages of Color #c125ca

%44.68
%8.56
%46.76

CMYK Percentages of Color #c125ca

%4
%82
%0
%21

Triadic Colors of #c125ca

#c125ca #cac125 #25cac1

Analogous Colors of #c125ca

#c125ca #ca2581 #6f25ca

Monochromatic Colors of #c125ca

#c125ca

Complementary Color

#c125ca #2eca25

#c125ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c125ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c125ca Color CSS Codes

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

#c125ca Text Font Color

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

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


#c125ca Background Color

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

This div background color is #c125ca


#c125ca Border Color

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

This div border color is #c125ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c125ca


Comments

No comments written yet.

Please login to write comment.