Color Hex Logo

#ca9dfd Color Hex

#CA9DFD
(202,157,253)
0 Favorites   0 Comments

Color spaces of #ca9dfd

RGB 202157253
HSL0.740.960.80
HSV268°38°99°
CMYK 0.200.380.00   0.01
XYZ54.143743.762398.5218
Yxy43.76230.27560.2228
Hunter Lab66.153130.3274-41.9935
CIE-Lab72.069334.8736-41.5998

#ca9dfd color RGB value is (202,157,253).

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

The process color (four color CMYK) of #ca9dfd color hex is 0.20, 0.38, 0.00, 0.01. Web safe color of #ca9dfd is #cc99ff. Color #ca9dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011101 11111101
Octal 312 235 375
Decimal 202 157 253
Hex CA 9D FD

RGB Percentages of Color #ca9dfd

%33.01
%25.65
%41.34

CMYK Percentages of Color #ca9dfd

%20
%38
%0
%1

Triadic Colors of #ca9dfd

#ca9dfd #fdca9d #9dfdca

Analogous Colors of #ca9dfd

#ca9dfd #fa9dfd #9da0fd

Monochromatic Colors of #ca9dfd

#ca9dfd

Complementary Color

#ca9dfd #d0fd9d

#ca9dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9dfd Color CSS Codes

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

#ca9dfd Text Font Color

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

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


#ca9dfd Background Color

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

This div background color is #ca9dfd


#ca9dfd Border Color

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

This div border color is #ca9dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.