Color Hex Logo

#ca4feb Color Hex

#CA4FEB
(202,79,235)
0 Favorites   0 Comments

Color spaces of #ca4feb

RGB 20279235
HSL0.800.800.62
HSV287°66°92°
CMYK 0.140.660.00   0.08
XYZ42.148524.146781.0366
Yxy24.14670.28610.1639
Hunter Lab49.139367.1120-63.3788
CIE-Lab56.234469.9313-56.7048

#ca4feb color RGB value is (202,79,235).

#ca4feb hex color red value is 202, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca4feb hue: 0.80 , saturation: 0.80 and the lightness value of ca4feb is 0.62.

The process color (four color CMYK) of #ca4feb color hex is 0.14, 0.66, 0.00, 0.08. Web safe color of #ca4feb is #cc66ff. Color #ca4feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001111 11101011
Octal 312 117 353
Decimal 202 79 235
Hex CA 4F EB

RGB Percentages of Color #ca4feb

%39.15
%15.31
%45.54

CMYK Percentages of Color #ca4feb

%14
%66
%0
%8

Triadic Colors of #ca4feb

#ca4feb #ebca4f #4febca

Analogous Colors of #ca4feb

#ca4feb #eb4fbe #7c4feb

Monochromatic Colors of #ca4feb

#ca4feb

Complementary Color

#ca4feb #70eb4f

#ca4feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4feb Color CSS Codes

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

#ca4feb Text Font Color

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

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


#ca4feb Background Color

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

This div background color is #ca4feb


#ca4feb Border Color

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

This div border color is #ca4feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4feb


Comments

No comments written yet.

Please login to write comment.