Color Hex Logo

#ca309e Color Hex

#CA309E
(202,48,158)
0 Favorites   0 Comments

Color spaces of #ca309e

RGB 20248158
HSL0.880.620.49
HSV317°76°79°
CMYK 0.000.760.22   0.21
XYZ31.585617.139133.9912
Yxy17.13910.38190.2072
Hunter Lab41.399463.7373-19.7008
CIE-Lab48.434868.5911-24.5802

#ca309e color RGB value is (202,48,158).

#ca309e hex color red value is 202, green value is 48 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ca309e hue: 0.88 , saturation: 0.62 and the lightness value of ca309e is 0.49.

The process color (four color CMYK) of #ca309e color hex is 0.00, 0.76, 0.22, 0.21. Web safe color of #ca309e is #cc3399. Color #ca309e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110000 10011110
Octal 312 60 236
Decimal 202 48 158
Hex CA 30 9E

RGB Percentages of Color #ca309e

%49.51
%11.76
%38.73

CMYK Percentages of Color #ca309e

%0
%76
%22
%21

Triadic Colors of #ca309e

#ca309e #9eca30 #309eca

Analogous Colors of #ca309e

#ca309e #ca3051 #a930ca

Monochromatic Colors of #ca309e

#ca309e

Complementary Color

#ca309e #30ca5c

#ca309e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca309e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca309e Color CSS Codes

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

#ca309e Text Font Color

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

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


#ca309e Background Color

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

This div background color is #ca309e


#ca309e Border Color

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

This div border color is #ca309e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca309e


Comments

No comments written yet.

Please login to write comment.