Color Hex Logo

#ca89df Color Hex

#CA89DF
(202,137,223)
0 Favorites   0 Comments

Color spaces of #ca89df

RGB 202137223
HSL0.790.570.71
HSV285°39°87°
CMYK 0.090.390.00   0.13
XYZ46.622135.775674.2602
Yxy35.77560.29760.2284
Hunter Lab59.812734.4628-31.7423
CIE-Lab66.348139.3764-34.0675

#ca89df color RGB value is (202,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 11011111
Octal 312 211 337
Decimal 202 137 223
Hex CA 89 DF

RGB Percentages of Color #ca89df

%35.94
%24.38
%39.68

CMYK Percentages of Color #ca89df

%9
%39
%0
%13

Triadic Colors of #ca89df

#ca89df #dfca89 #89dfca

Analogous Colors of #ca89df

#ca89df #df89c9 #9f89df

Monochromatic Colors of #ca89df

#ca89df

Complementary Color

#ca89df #9edf89

#ca89df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca89df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca89df Color CSS Codes

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

#ca89df Text Font Color

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

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


#ca89df Background Color

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

This div background color is #ca89df


#ca89df Border Color

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

This div border color is #ca89df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca89df


Comments

No comments written yet.

Please login to write comment.