Color Hex Logo

#ca94d6 Color Hex

#CA94D6
(202,148,214)
0 Favorites   0 Comments

Color spaces of #ca94d6

RGB 202148214
HSL0.800.450.71
HSV289°31°84°
CMYK 0.060.310.00   0.16
XYZ47.084638.591468.5856
Yxy38.59140.30520.2502
Hunter Lab62.122026.5785-21.9736
CIE-Lab68.454231.5979-25.8327

#ca94d6 color RGB value is (202,148,214).

#ca94d6 hex color red value is 202, green value is 148 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ca94d6 hue: 0.80 , saturation: 0.45 and the lightness value of ca94d6 is 0.71.

The process color (four color CMYK) of #ca94d6 color hex is 0.06, 0.31, 0.00, 0.16. Web safe color of #ca94d6 is #cc99cc. Color #ca94d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010100 11010110
Octal 312 224 326
Decimal 202 148 214
Hex CA 94 D6

RGB Percentages of Color #ca94d6

%35.82
%26.24
%37.94

CMYK Percentages of Color #ca94d6

%6
%31
%0
%16

Triadic Colors of #ca94d6

#ca94d6 #d6ca94 #94d6ca

Analogous Colors of #ca94d6

#ca94d6 #d694c1 #a994d6

Monochromatic Colors of #ca94d6

#ca94d6

Complementary Color

#ca94d6 #a0d694

#ca94d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca94d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca94d6 Color CSS Codes

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

#ca94d6 Text Font Color

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

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


#ca94d6 Background Color

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

This div background color is #ca94d6


#ca94d6 Border Color

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

This div border color is #ca94d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca94d6


Comments

No comments written yet.

Please login to write comment.