Color Hex Logo

#ca55df Color Hex

#CA55DF
(202,85,223)
0 Favorites   0 Comments

Color spaces of #ca55df

RGB 20285223
HSL0.810.680.60
HSV291°62°87°
CMYK 0.090.620.00   0.13
XYZ40.924924.381372.3611
Yxy24.38130.29730.1771
Hunter Lab49.377461.5335-52.3235
CIE-Lab56.467665.2002-49.5893

#ca55df color RGB value is (202,85,223).

#ca55df hex color red value is 202, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca55df hue: 0.81 , saturation: 0.68 and the lightness value of ca55df is 0.60.

The process color (four color CMYK) of #ca55df color hex is 0.09, 0.62, 0.00, 0.13. Web safe color of #ca55df is #cc66cc. Color #ca55df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010101 11011111
Octal 312 125 337
Decimal 202 85 223
Hex CA 55 DF

RGB Percentages of Color #ca55df

%39.61
%16.67
%43.73

CMYK Percentages of Color #ca55df

%9
%62
%0
%13

Triadic Colors of #ca55df

#ca55df #dfca55 #55dfca

Analogous Colors of #ca55df

#ca55df #df55af #8555df

Monochromatic Colors of #ca55df

#ca55df

Complementary Color

#ca55df #6adf55

#ca55df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca55df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca55df Color CSS Codes

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

#ca55df Text Font Color

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

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


#ca55df Background Color

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

This div background color is #ca55df


#ca55df Border Color

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

This div border color is #ca55df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca55df


Comments

No comments written yet.

Please login to write comment.