Color Hex Logo

#ca93fd Color Hex

#CA93FD
(202,147,253)
0 Favorites   0 Comments

Color spaces of #ca93fd

RGB 202147253
HSL0.750.960.78
HSV271°42°99°
CMYK 0.200.420.00   0.01
XYZ52.520540.515897.9807
Yxy40.51580.27500.2121
Hunter Lab63.652035.8927-46.7097
CIE-Lab69.835340.3188-45.0967

#ca93fd color RGB value is (202,147,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010011 11111101
Octal 312 223 375
Decimal 202 147 253
Hex CA 93 FD

RGB Percentages of Color #ca93fd

%33.55
%24.42
%42.03

CMYK Percentages of Color #ca93fd

%20
%42
%0
%1

Triadic Colors of #ca93fd

#ca93fd #fdca93 #93fdca

Analogous Colors of #ca93fd

#ca93fd #fd93fb #9593fd

Monochromatic Colors of #ca93fd

#ca93fd

Complementary Color

#ca93fd #c6fd93

#ca93fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca93fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca93fd Color CSS Codes

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

#ca93fd Text Font Color

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

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


#ca93fd Background Color

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

This div background color is #ca93fd


#ca93fd Border Color

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

This div border color is #ca93fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca93fd

Related Colors


Comments

No comments written yet.

Please login to write comment.