Color Hex Logo

#ca304e Color Hex

#CA304E
(202,48,78)
0 Favorites   0 Comments

Color spaces of #ca304e

RGB 2024878
HSL0.970.620.49
HSV348°76°79°
CMYK 0.000.760.61   0.21
XYZ26.789215.22058.7336
Yxy15.22050.52790.3000
Hunter Lab39.013554.296314.0367
CIE-Lab45.934760.866220.5310

#ca304e color RGB value is (202,48,78).

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

The process color (four color CMYK) of #ca304e color hex is 0.00, 0.76, 0.61, 0.21. Web safe color of #ca304e is #cc3366. Color #ca304e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110000 01001110
Octal 312 60 116
Decimal 202 48 78
Hex CA 30 4E

RGB Percentages of Color #ca304e

%61.59
%14.63
%23.78

CMYK Percentages of Color #ca304e

%0
%76
%61
%21

Triadic Colors of #ca304e

#ca304e #4eca30 #304eca

Analogous Colors of #ca304e

#ca304e #ca5f30 #ca309b

Monochromatic Colors of #ca304e

#ca304e

Complementary Color

#ca304e #30caac

#ca304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca304e Color CSS Codes

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

#ca304e Text Font Color

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

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


#ca304e Background Color

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

This div background color is #ca304e


#ca304e Border Color

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

This div border color is #ca304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca304e


Comments

No comments written yet.

Please login to write comment.