Color Hex Logo

#ca00fb Color Hex

#CA00FB
(202,0,251)
0 Favorites   0 Comments

Color spaces of #ca00fb

RGB 2020251
HSL0.801.000.49
HSV288°100°98°
CMYK 0.201.000.00   0.02
XYZ41.769719.521692.8333
Yxy19.52160.27100.1267
Hunter Lab44.183391.4286-93.6458
CIE-Lab51.292090.0891-73.6258

#ca00fb color RGB value is (202,0,251).

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

The process color (four color CMYK) of #ca00fb color hex is 0.20, 1.00, 0.00, 0.02. Web safe color of #ca00fb is #cc00ff. Color #ca00fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 11111011
Octal 312 0 373
Decimal 202 0 251
Hex CA 0 FB

RGB Percentages of Color #ca00fb

%44.59
%0.00
%55.41

CMYK Percentages of Color #ca00fb

%20
%100
%0
%2

Triadic Colors of #ca00fb

#ca00fb #fbca00 #00fbca

Analogous Colors of #ca00fb

#ca00fb #fb00af #4d00fb

Monochromatic Colors of #ca00fb

#ca00fb

Complementary Color

#ca00fb #31fb00

#ca00fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca00fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca00fb Color CSS Codes

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

#ca00fb Text Font Color

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

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


#ca00fb Background Color

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

This div background color is #ca00fb


#ca00fb Border Color

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

This div border color is #ca00fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca00fb

Related Colors


Comments

No comments written yet.

Please login to write comment.