Color Hex Logo

#ca31cb Color Hex

#CA31CB
(202,49,203)
0 Favorites   0 Comments

Color spaces of #ca31cb

RGB 20249203
HSL0.830.610.49
HSV300°76°80°
CMYK 0.000.760.00   0.20
XYZ36.234919.065058.2700
Yxy19.06500.31910.1679
Hunter Lab43.663571.7202-48.5595
CIE-Lab50.763274.7763-47.2683

#ca31cb color RGB value is (202,49,203).

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

The process color (four color CMYK) of #ca31cb color hex is 0.00, 0.76, 0.00, 0.20. Web safe color of #ca31cb is #cc33cc. Color #ca31cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110001 11001011
Octal 312 61 313
Decimal 202 49 203
Hex CA 31 CB

RGB Percentages of Color #ca31cb

%44.49
%10.79
%44.71

CMYK Percentages of Color #ca31cb

%0
%76
%0
%20

Triadic Colors of #ca31cb

#ca31cb #cbca31 #31cbca

Analogous Colors of #ca31cb

#ca31cb #cb317f #7d31cb

Monochromatic Colors of #ca31cb

#ca31cb

Complementary Color

#ca31cb #32cb31

#ca31cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca31cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca31cb Color CSS Codes

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

#ca31cb Text Font Color

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

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


#ca31cb Background Color

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

This div background color is #ca31cb


#ca31cb Border Color

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

This div border color is #ca31cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca31cb


Comments

No comments written yet.

Please login to write comment.