Color Hex Logo

#ca319b Color Hex

#CA319B
(202,49,155)
0 Favorites   0 Comments

Color spaces of #ca319b

RGB 20249155
HSL0.880.610.49
HSV318°76°79°
CMYK 0.000.760.23   0.21
XYZ31.371817.119732.6613
Yxy17.11970.38660.2110
Hunter Lab41.376062.9331-17.8391
CIE-Lab48.410567.9128-22.8291

#ca319b color RGB value is (202,49,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110001 10011011
Octal 312 61 233
Decimal 202 49 155
Hex CA 31 9B

RGB Percentages of Color #ca319b

%49.75
%12.07
%38.18

CMYK Percentages of Color #ca319b

%0
%76
%23
%21

Triadic Colors of #ca319b

#ca319b #9bca31 #319bca

Analogous Colors of #ca319b

#ca319b #ca314e #ad31ca

Monochromatic Colors of #ca319b

#ca319b

Complementary Color

#ca319b #31ca60

#ca319b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca319b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca319b Color CSS Codes

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

#ca319b Text Font Color

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

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


#ca319b Background Color

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

This div background color is #ca319b


#ca319b Border Color

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

This div border color is #ca319b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca319b


Comments

No comments written yet.

Please login to write comment.