Color Hex Logo

#ca60ee Color Hex

#CA60EE
(202,96,238)
0 Favorites   0 Comments

Color spaces of #ca60ee

RGB 20296238
HSL0.790.810.65
HSV285°60°93°
CMYK 0.150.600.00   0.07
XYZ43.972627.095383.8012
Yxy27.09530.28390.1750
Hunter Lab52.053159.6973-59.0147
CIE-Lab59.062463.1643-53.8669

#ca60ee color RGB value is (202,96,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 11101110
Octal 312 140 356
Decimal 202 96 238
Hex CA 60 EE

RGB Percentages of Color #ca60ee

%37.69
%17.91
%44.40

CMYK Percentages of Color #ca60ee

%15
%60
%0
%7

Triadic Colors of #ca60ee

#ca60ee #eeca60 #60eeca

Analogous Colors of #ca60ee

#ca60ee #ee60cb #8360ee

Monochromatic Colors of #ca60ee

#ca60ee

Complementary Color

#ca60ee #84ee60

#ca60ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca60ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca60ee Color CSS Codes

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

#ca60ee Text Font Color

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

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


#ca60ee Background Color

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

This div background color is #ca60ee


#ca60ee Border Color

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

This div border color is #ca60ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca60ee


Comments

No comments written yet.

Please login to write comment.