Color Hex Logo

#ca248f Color Hex

#CA248F
(202,36,143)
0 Favorites   0 Comments

Color spaces of #ca248f

RGB 20236143
HSL0.890.700.47
HSV321°82°79°
CMYK 0.000.820.29   0.21
XYZ29.945915.801527.4583
Yxy15.80150.40910.2159
Hunter Lab39.751164.9059-13.1291
CIE-Lab46.713069.9131-18.2317

#ca248f color RGB value is (202,36,143).

#ca248f hex color red value is 202, green value is 36 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ca248f hue: 0.89 , saturation: 0.70 and the lightness value of ca248f is 0.47.

The process color (four color CMYK) of #ca248f color hex is 0.00, 0.82, 0.29, 0.21. Web safe color of #ca248f is #cc3399. Color #ca248f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100100 10001111
Octal 312 44 217
Decimal 202 36 143
Hex CA 24 8F

RGB Percentages of Color #ca248f

%53.02
%9.45
%37.53

CMYK Percentages of Color #ca248f

%0
%82
%29
%21

Triadic Colors of #ca248f

#ca248f #8fca24 #248fca

Analogous Colors of #ca248f

#ca248f #ca243c #b224ca

Monochromatic Colors of #ca248f

#ca248f

Complementary Color

#ca248f #24ca5f

#ca248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca248f Color CSS Codes

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

#ca248f Text Font Color

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

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


#ca248f Background Color

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

This div background color is #ca248f


#ca248f Border Color

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

This div border color is #ca248f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca248f


Comments

No comments written yet.

Please login to write comment.