Color Hex Logo

#ca62bb Color Hex

#CA62BB
(202,98,187)
0 Favorites   0 Comments

Color spaces of #ca62bb

RGB 20298187
HSL0.860.500.59
HSV309°51°79°
CMYK 0.000.510.07   0.21
XYZ37.694424.879849.8293
Yxy24.87980.33530.2213
Hunter Lab49.879747.6043-24.3144
CIE-Lab56.958152.8777-28.3346

#ca62bb color RGB value is (202,98,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100010 10111011
Octal 312 142 273
Decimal 202 98 187
Hex CA 62 BB

RGB Percentages of Color #ca62bb

%41.48
%20.12
%38.40

CMYK Percentages of Color #ca62bb

%0
%51
%7
%21

Triadic Colors of #ca62bb

#ca62bb #bbca62 #62bbca

Analogous Colors of #ca62bb

#ca62bb #ca6287 #a562ca

Monochromatic Colors of #ca62bb

#ca62bb

Complementary Color

#ca62bb #62ca71

#ca62bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca62bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca62bb Color CSS Codes

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

#ca62bb Text Font Color

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

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


#ca62bb Background Color

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

This div background color is #ca62bb


#ca62bb Border Color

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

This div border color is #ca62bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca62bb


Comments

No comments written yet.

Please login to write comment.