Color Hex Logo

#ca13ef Color Hex

#CA13EF
(202,19,239)
0 Favorites   0 Comments

Color spaces of #ca13ef

RGB 20219239
HSL0.810.870.51
HSV290°92°94°
CMYK 0.150.920.00   0.06
XYZ40.170019.254383.2606
Yxy19.25430.28150.1349
Hunter Lab43.879786.6196-81.7854
CIE-Lab50.983486.5029-67.4013

#ca13ef color RGB value is (202,19,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010011 11101111
Octal 312 23 357
Decimal 202 19 239
Hex CA 13 EF

RGB Percentages of Color #ca13ef

%43.91
%4.13
%51.96

CMYK Percentages of Color #ca13ef

%15
%92
%0
%6

Triadic Colors of #ca13ef

#ca13ef #efca13 #13efca

Analogous Colors of #ca13ef

#ca13ef #ef13a6 #5c13ef

Monochromatic Colors of #ca13ef

#ca13ef

Complementary Color

#ca13ef #38ef13

#ca13ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca13ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca13ef Color CSS Codes

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

#ca13ef Text Font Color

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

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


#ca13ef Background Color

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

This div background color is #ca13ef


#ca13ef Border Color

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

This div border color is #ca13ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca13ef


Comments

No comments written yet.

Please login to write comment.