Color Hex Logo

#ca43bb Color Hex

#CA43BB
(202,67,187)
0 Favorites   0 Comments

Color spaces of #ca43bb

RGB 20267187
HSL0.850.560.53
HSV307°67°79°
CMYK 0.000.670.07   0.21
XYZ35.333920.158749.0424
Yxy20.15870.33800.1928
Hunter Lab44.898461.9026-33.3333
CIE-Lab52.016266.3452-36.0396

#ca43bb color RGB value is (202,67,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000011 10111011
Octal 312 103 273
Decimal 202 67 187
Hex CA 43 BB

RGB Percentages of Color #ca43bb

%44.30
%14.69
%41.01

CMYK Percentages of Color #ca43bb

%0
%67
%7
%21

Triadic Colors of #ca43bb

#ca43bb #bbca43 #43bbca

Analogous Colors of #ca43bb

#ca43bb #ca4378 #9643ca

Monochromatic Colors of #ca43bb

#ca43bb

Complementary Color

#ca43bb #43ca52

#ca43bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca43bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca43bb Color CSS Codes

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

#ca43bb Text Font Color

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

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


#ca43bb Background Color

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

This div background color is #ca43bb


#ca43bb Border Color

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

This div border color is #ca43bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,67,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 #ca43bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca43bb


Comments

No comments written yet.

Please login to write comment.