Color Hex Logo

#ca7cda Color Hex

#CA7CDA
(202,124,218)
0 Favorites   0 Comments

Color spaces of #ca7cda

RGB 202124218
HSL0.800.560.67
HSV290°43°85°
CMYK 0.070.430.00   0.15
XYZ44.219732.033870.1822
Yxy32.03380.30200.2188
Hunter Lab56.598440.4128-33.9009
CIE-Lab63.370845.3167-35.9174

#ca7cda color RGB value is (202,124,218).

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

The process color (four color CMYK) of #ca7cda color hex is 0.07, 0.43, 0.00, 0.15. Web safe color of #ca7cda is #cc66cc. Color #ca7cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 11011010
Octal 312 174 332
Decimal 202 124 218
Hex CA 7C DA

RGB Percentages of Color #ca7cda

%37.13
%22.79
%40.07

CMYK Percentages of Color #ca7cda

%7
%43
%0
%15

Triadic Colors of #ca7cda

#ca7cda #daca7c #7cdaca

Analogous Colors of #ca7cda

#ca7cda #da7cbb #9b7cda

Monochromatic Colors of #ca7cda

#ca7cda

Complementary Color

#ca7cda #8cda7c

#ca7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7cda Color CSS Codes

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

#ca7cda Text Font Color

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

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


#ca7cda Background Color

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

This div background color is #ca7cda


#ca7cda Border Color

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

This div border color is #ca7cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7cda


Comments

No comments written yet.

Please login to write comment.