Color Hex Logo

#ca13ee Color Hex

#CA13EE
(202,19,238)
0 Favorites   0 Comments

Color spaces of #ca13ee

RGB 20219238
HSL0.810.870.50
HSV290°92°93°
CMYK 0.150.920.00   0.07
XYZ40.022619.195382.4846
Yxy19.19530.28240.1355
Hunter Lab43.812486.3877-80.9551
CIE-Lab50.914986.3386-66.9494

#ca13ee color RGB value is (202,19,238).

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

The process color (four color CMYK) of #ca13ee color hex is 0.15, 0.92, 0.00, 0.07. Web safe color of #ca13ee is #cc00ff. Color #ca13ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010011 11101110
Octal 312 23 356
Decimal 202 19 238
Hex CA 13 EE

RGB Percentages of Color #ca13ee

%44.01
%4.14
%51.85

CMYK Percentages of Color #ca13ee

%15
%92
%0
%7

Triadic Colors of #ca13ee

#ca13ee #eeca13 #13eeca

Analogous Colors of #ca13ee

#ca13ee #ee13a5 #5d13ee

Monochromatic Colors of #ca13ee

#ca13ee

Complementary Color

#ca13ee #37ee13

#ca13ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca13ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca13ee Color CSS Codes

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

#ca13ee Text Font Color

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

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


#ca13ee Background Color

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

This div background color is #ca13ee


#ca13ee Border Color

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

This div border color is #ca13ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca13ee


Comments

No comments written yet.

Please login to write comment.