Color Hex Logo

#ca60ed Color Hex

#CA60ED
(202,96,237)
0 Favorites   0 Comments

Color spaces of #ca60ed

RGB 20296237
HSL0.790.800.65
HSV285°59°93°
CMYK 0.150.590.00   0.07
XYZ43.826127.036783.0295
Yxy27.03670.28480.1757
Hunter Lab51.996859.4563-58.2776
CIE-Lab59.008362.9678-53.3959

#ca60ed color RGB value is (202,96,237).

#ca60ed hex color red value is 202, green value is 96 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca60ed hue: 0.79 , saturation: 0.80 and the lightness value of ca60ed is 0.65.

The process color (four color CMYK) of #ca60ed color hex is 0.15, 0.59, 0.00, 0.07. Web safe color of #ca60ed is #cc66ff. Color #ca60ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 11101101
Octal 312 140 355
Decimal 202 96 237
Hex CA 60 ED

RGB Percentages of Color #ca60ed

%37.76
%17.94
%44.30

CMYK Percentages of Color #ca60ed

%15
%59
%0
%7

Triadic Colors of #ca60ed

#ca60ed #edca60 #60edca

Analogous Colors of #ca60ed

#ca60ed #ed60ca #8460ed

Monochromatic Colors of #ca60ed

#ca60ed

Complementary Color

#ca60ed #83ed60

#ca60ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca60ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca60ed Color CSS Codes

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

#ca60ed Text Font Color

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

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


#ca60ed Background Color

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

This div background color is #ca60ed


#ca60ed Border Color

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

This div border color is #ca60ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca60ed


Comments

No comments written yet.

Please login to write comment.