Color Hex Logo

#ca7efd Color Hex

#CA7EFD
(202,126,253)
0 Favorites   0 Comments

Color spaces of #ca7efd

RGB 202126253
HSL0.770.970.74
HSV276°50°99°
CMYK 0.200.500.00   0.01
XYZ49.547634.570196.9898
Yxy34.57010.27360.1909
Hunter Lab58.796347.5281-56.6467
CIE-Lab65.412651.4900-52.0690

#ca7efd color RGB value is (202,126,253).

#ca7efd hex color red value is 202, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ca7efd hue: 0.77 , saturation: 0.97 and the lightness value of ca7efd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 11111101
Octal 312 176 375
Decimal 202 126 253
Hex CA 7E FD

RGB Percentages of Color #ca7efd

%34.77
%21.69
%43.55

CMYK Percentages of Color #ca7efd

%20
%50
%0
%1

Triadic Colors of #ca7efd

#ca7efd #fdca7e #7efdca

Analogous Colors of #ca7efd

#ca7efd #fd7ef1 #8b7efd

Monochromatic Colors of #ca7efd

#ca7efd

Complementary Color

#ca7efd #b1fd7e

#ca7efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7efd Color CSS Codes

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

#ca7efd Text Font Color

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

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


#ca7efd Background Color

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

This div background color is #ca7efd


#ca7efd Border Color

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

This div border color is #ca7efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7efd


Comments

No comments written yet.

Please login to write comment.