Color Hex Logo

#ca62ba Color Hex

#CA62BA
(202,98,186)
0 Favorites   0 Comments

Color spaces of #ca62ba

RGB 20298186
HSL0.860.500.59
HSV309°51°79°
CMYK 0.000.510.08   0.21
XYZ37.587724.837149.2673
Yxy24.83710.33650.2224
Hunter Lab49.836847.4130-23.7267
CIE-Lab56.916452.7108-27.8250

#ca62ba color RGB value is (202,98,186).

#ca62ba hex color red value is 202, green value is 98 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ca62ba hue: 0.86 , saturation: 0.50 and the lightness value of ca62ba is 0.59.

The process color (four color CMYK) of #ca62ba color hex is 0.00, 0.51, 0.08, 0.21. Web safe color of #ca62ba is #cc66cc. Color #ca62ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100010 10111010
Octal 312 142 272
Decimal 202 98 186
Hex CA 62 BA

RGB Percentages of Color #ca62ba

%41.56
%20.16
%38.27

CMYK Percentages of Color #ca62ba

%0
%51
%8
%21

Triadic Colors of #ca62ba

#ca62ba #baca62 #62baca

Analogous Colors of #ca62ba

#ca62ba #ca6286 #a662ca

Monochromatic Colors of #ca62ba

#ca62ba

Complementary Color

#ca62ba #62ca72

#ca62ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca62ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca62ba Color CSS Codes

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

#ca62ba Text Font Color

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

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


#ca62ba Background Color

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

This div background color is #ca62ba


#ca62ba Border Color

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

This div border color is #ca62ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca62ba


Comments

No comments written yet.

Please login to write comment.