Color Hex Logo

#ca4efd Color Hex

#CA4EFD
(202,78,253)
0 Favorites   0 Comments

Color spaces of #ca4efd

RGB 20278253
HSL0.780.980.65
HSV283°69°99°
CMYK 0.200.690.00   0.01
XYZ44.811125.097295.4109
Yxy25.09720.27110.1518
Hunter Lab50.097171.9956-77.8510
CIE-Lab57.170073.7639-65.2304

#ca4efd color RGB value is (202,78,253).

#ca4efd hex color red value is 202, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ca4efd hue: 0.78 , saturation: 0.98 and the lightness value of ca4efd is 0.65.

The process color (four color CMYK) of #ca4efd color hex is 0.20, 0.69, 0.00, 0.01. Web safe color of #ca4efd is #cc66ff. Color #ca4efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001110 11111101
Octal 312 116 375
Decimal 202 78 253
Hex CA 4E FD

RGB Percentages of Color #ca4efd

%37.90
%14.63
%47.47

CMYK Percentages of Color #ca4efd

%20
%69
%0
%1

Triadic Colors of #ca4efd

#ca4efd #fdca4e #4efdca

Analogous Colors of #ca4efd

#ca4efd #fd4ed9 #734efd

Monochromatic Colors of #ca4efd

#ca4efd

Complementary Color

#ca4efd #81fd4e

#ca4efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4efd Color CSS Codes

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

#ca4efd Text Font Color

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

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


#ca4efd Background Color

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

This div background color is #ca4efd


#ca4efd Border Color

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

This div border color is #ca4efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4efd


Comments

No comments written yet.

Please login to write comment.