Color Hex Logo

#ca60ef Color Hex

#CA60EF
(202,96,239)
0 Favorites   0 Comments

Color spaces of #ca60ef

RGB 20296239
HSL0.790.820.66
HSV284°60°94°
CMYK 0.150.600.00   0.06
XYZ44.120027.154384.5773
Yxy27.15430.28310.1742
Hunter Lab52.109859.9392-59.7544
CIE-Lab59.116963.3612-54.3371

#ca60ef color RGB value is (202,96,239).

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

The process color (four color CMYK) of #ca60ef color hex is 0.15, 0.60, 0.00, 0.06. Web safe color of #ca60ef is #cc66ff. Color #ca60ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 11101111
Octal 312 140 357
Decimal 202 96 239
Hex CA 60 EF

RGB Percentages of Color #ca60ef

%37.62
%17.88
%44.51

CMYK Percentages of Color #ca60ef

%15
%60
%0
%6

Triadic Colors of #ca60ef

#ca60ef #efca60 #60efca

Analogous Colors of #ca60ef

#ca60ef #ef60cd #8360ef

Monochromatic Colors of #ca60ef

#ca60ef

Complementary Color

#ca60ef #85ef60

#ca60ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca60ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca60ef Color CSS Codes

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

#ca60ef Text Font Color

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

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


#ca60ef Background Color

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

This div background color is #ca60ef


#ca60ef Border Color

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

This div border color is #ca60ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca60ef


Comments

No comments written yet.

Please login to write comment.