Color Hex Logo

#ca40bb Color Hex

#CA40BB
(202,64,187)
0 Favorites   0 Comments

Color spaces of #ca40bb

RGB 20264187
HSL0.850.570.52
HSV307°68°79°
CMYK 0.000.680.07   0.21
XYZ35.160219.811248.9845
Yxy19.81120.33820.1906
Hunter Lab44.509863.1128-34.0938
CIE-Lab51.623167.4495-36.6570

#ca40bb color RGB value is (202,64,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000000 10111011
Octal 312 100 273
Decimal 202 64 187
Hex CA 40 BB

RGB Percentages of Color #ca40bb

%44.59
%14.13
%41.28

CMYK Percentages of Color #ca40bb

%0
%68
%7
%21

Triadic Colors of #ca40bb

#ca40bb #bbca40 #40bbca

Analogous Colors of #ca40bb

#ca40bb #ca4076 #9440ca

Monochromatic Colors of #ca40bb

#ca40bb

Complementary Color

#ca40bb #40ca4f

#ca40bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca40bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca40bb Color CSS Codes

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

#ca40bb Text Font Color

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

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


#ca40bb Background Color

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

This div background color is #ca40bb


#ca40bb Border Color

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

This div border color is #ca40bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca40bb


Comments

No comments written yet.

Please login to write comment.