Color Hex Logo

#ca88df Color Hex

#CA88DF
(202,136,223)
0 Favorites   0 Comments

Color spaces of #ca88df

RGB 202136223
HSL0.790.580.70
HSV286°39°87°
CMYK 0.090.390.00   0.13
XYZ46.480635.492674.2130
Yxy35.49260.29760.2272
Hunter Lab59.575735.0073-32.1542
CIE-Lab66.130439.9155-34.4056

#ca88df color RGB value is (202,136,223).

#ca88df hex color red value is 202, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca88df hue: 0.79 , saturation: 0.58 and the lightness value of ca88df is 0.70.

The process color (four color CMYK) of #ca88df color hex is 0.09, 0.39, 0.00, 0.13. Web safe color of #ca88df is #cc99cc. Color #ca88df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001000 11011111
Octal 312 210 337
Decimal 202 136 223
Hex CA 88 DF

RGB Percentages of Color #ca88df

%36.01
%24.24
%39.75

CMYK Percentages of Color #ca88df

%9
%39
%0
%13

Triadic Colors of #ca88df

#ca88df #dfca88 #88dfca

Analogous Colors of #ca88df

#ca88df #df88c9 #9f88df

Monochromatic Colors of #ca88df

#ca88df

Complementary Color

#ca88df #9ddf88

#ca88df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca88df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca88df Color CSS Codes

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

#ca88df Text Font Color

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

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


#ca88df Background Color

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

This div background color is #ca88df


#ca88df Border Color

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

This div border color is #ca88df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca88df


Comments

No comments written yet.

Please login to write comment.