Color Hex Logo

#ca00ef Color Hex

#CA00EF
(202,0,239)
0 Favorites   0 Comments

Color spaces of #ca00ef

RGB 2020239
HSL0.811.000.47
HSV291°100°94°
CMYK 0.151.000.00   0.06
XYZ39.937118.788683.1830
Yxy18.78860.28140.1324
Hunter Lab43.345888.6076-83.4387
CIE-Lab50.439088.1231-68.2832

#ca00ef color RGB value is (202,0,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 11101111
Octal 312 0 357
Decimal 202 0 239
Hex CA 0 EF

RGB Percentages of Color #ca00ef

%45.80
%0.00
%54.20

CMYK Percentages of Color #ca00ef

%15
%100
%0
%6

Triadic Colors of #ca00ef

#ca00ef #efca00 #00efca

Analogous Colors of #ca00ef

#ca00ef #ef009d #5300ef

Monochromatic Colors of #ca00ef

#ca00ef

Complementary Color

#ca00ef #25ef00

#ca00ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca00ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca00ef Color CSS Codes

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

#ca00ef Text Font Color

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

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


#ca00ef Background Color

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

This div background color is #ca00ef


#ca00ef Border Color

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

This div border color is #ca00ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca00ef


Comments

No comments written yet.

Please login to write comment.