Color Hex Logo

#ca40ba Color Hex

#CA40BA
(202,64,186)
0 Favorites   0 Comments

Color spaces of #ca40ba

RGB 20264186
HSL0.850.570.52
HSV307°68°79°
CMYK 0.000.680.08   0.21
XYZ35.053419.768548.4226
Yxy19.76850.33950.1915
Hunter Lab44.461862.9202-33.4485
CIE-Lab51.574567.2953-36.1526

#ca40ba color RGB value is (202,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000000 10111010
Octal 312 100 272
Decimal 202 64 186
Hex CA 40 BA

RGB Percentages of Color #ca40ba

%44.69
%14.16
%41.15

CMYK Percentages of Color #ca40ba

%0
%68
%8
%21

Triadic Colors of #ca40ba

#ca40ba #baca40 #40baca

Analogous Colors of #ca40ba

#ca40ba #ca4075 #9540ca

Monochromatic Colors of #ca40ba

#ca40ba

Complementary Color

#ca40ba #40ca50

#ca40ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca40ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca40ba Color CSS Codes

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

#ca40ba Text Font Color

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

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


#ca40ba Background Color

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

This div background color is #ca40ba


#ca40ba Border Color

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

This div border color is #ca40ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca40ba


Comments

No comments written yet.

Please login to write comment.