Color Hex Logo

#ca88fd Color Hex

#CA88FD
(202,136,253)
0 Favorites   0 Comments

Color spaces of #ca88fd

RGB 202136253
HSL0.760.970.76
HSV274°46°99°
CMYK 0.200.460.00   0.01
XYZ50.890937.256797.4375
Yxy37.25670.27420.2008
Hunter Lab61.038342.0081-51.9199
CIE-Lab67.469246.2296-48.8188

#ca88fd color RGB value is (202,136,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001000 11111101
Octal 312 210 375
Decimal 202 136 253
Hex CA 88 FD

RGB Percentages of Color #ca88fd

%34.18
%23.01
%42.81

CMYK Percentages of Color #ca88fd

%20
%46
%0
%1

Triadic Colors of #ca88fd

#ca88fd #fdca88 #88fdca

Analogous Colors of #ca88fd

#ca88fd #fd88f6 #9088fd

Monochromatic Colors of #ca88fd

#ca88fd

Complementary Color

#ca88fd #bbfd88

#ca88fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca88fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca88fd Color CSS Codes

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

#ca88fd Text Font Color

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

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


#ca88fd Background Color

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

This div background color is #ca88fd


#ca88fd Border Color

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

This div border color is #ca88fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca88fd


Comments

No comments written yet.

Please login to write comment.