Color Hex Logo

#ca33bb Color Hex

#CA33BB
(202,51,187)
0 Favorites   0 Comments

Color spaces of #ca33bb

RGB 20251187
HSL0.850.600.50
HSV306°75°79°
CMYK 0.000.750.07   0.21
XYZ34.510618.512148.7680
Yxy18.51210.33900.1819
Hunter Lab43.025767.8786-37.0850
CIE-Lab50.111471.7410-39.0372

#ca33bb color RGB value is (202,51,187).

#ca33bb hex color red value is 202, green value is 51 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ca33bb hue: 0.85 , saturation: 0.60 and the lightness value of ca33bb is 0.50.

The process color (four color CMYK) of #ca33bb color hex is 0.00, 0.75, 0.07, 0.21. Web safe color of #ca33bb is #cc33cc. Color #ca33bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110011 10111011
Octal 312 63 273
Decimal 202 51 187
Hex CA 33 BB

RGB Percentages of Color #ca33bb

%45.91
%11.59
%42.50

CMYK Percentages of Color #ca33bb

%0
%75
%7
%21

Triadic Colors of #ca33bb

#ca33bb #bbca33 #33bbca

Analogous Colors of #ca33bb

#ca33bb #ca3370 #8e33ca

Monochromatic Colors of #ca33bb

#ca33bb

Complementary Color

#ca33bb #33ca42

#ca33bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca33bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca33bb Color CSS Codes

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

#ca33bb Text Font Color

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

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


#ca33bb Background Color

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

This div background color is #ca33bb


#ca33bb Border Color

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

This div border color is #ca33bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca33bb


Comments

No comments written yet.

Please login to write comment.