Color Hex Logo

#ca8dda Color Hex

#CA8DDA
(202,141,218)
0 Favorites   0 Comments

Color spaces of #ca8dda

RGB 202141218
HSL0.800.510.70
HSV288°35°85°
CMYK 0.070.350.00   0.15
XYZ46.536936.668370.9546
Yxy36.66830.30190.2379
Hunter Lab60.554431.2097-27.0850
CIE-Lab67.027436.2080-30.2444

#ca8dda color RGB value is (202,141,218).

#ca8dda hex color red value is 202, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ca8dda hue: 0.80 , saturation: 0.51 and the lightness value of ca8dda is 0.70.

The process color (four color CMYK) of #ca8dda color hex is 0.07, 0.35, 0.00, 0.15. Web safe color of #ca8dda is #cc99cc. Color #ca8dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001101 11011010
Octal 312 215 332
Decimal 202 141 218
Hex CA 8D DA

RGB Percentages of Color #ca8dda

%36.01
%25.13
%38.86

CMYK Percentages of Color #ca8dda

%7
%35
%0
%15

Triadic Colors of #ca8dda

#ca8dda #daca8d #8ddaca

Analogous Colors of #ca8dda

#ca8dda #da8dc4 #a48dda

Monochromatic Colors of #ca8dda

#ca8dda

Complementary Color

#ca8dda #9dda8d

#ca8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8dda Color CSS Codes

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

#ca8dda Text Font Color

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

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


#ca8dda Background Color

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

This div background color is #ca8dda


#ca8dda Border Color

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

This div border color is #ca8dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8dda


Comments

No comments written yet.

Please login to write comment.