Color Hex Logo

#ca7cde Color Hex

#CA7CDE
(202,124,222)
0 Favorites   0 Comments

Color spaces of #ca7cde

RGB 202124222
HSL0.800.600.68
HSV288°44°87°
CMYK 0.090.440.00   0.13
XYZ44.749632.245872.9727
Yxy32.24580.29840.2150
Hunter Lab56.785441.2921-36.4415
CIE-Lab63.545546.1051-37.8762

#ca7cde color RGB value is (202,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 11011110
Octal 312 174 336
Decimal 202 124 222
Hex CA 7C DE

RGB Percentages of Color #ca7cde

%36.86
%22.63
%40.51

CMYK Percentages of Color #ca7cde

%9
%44
%0
%13

Triadic Colors of #ca7cde

#ca7cde #deca7c #7cdeca

Analogous Colors of #ca7cde

#ca7cde #de7cc1 #997cde

Monochromatic Colors of #ca7cde

#ca7cde

Complementary Color

#ca7cde #90de7c

#ca7cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7cde Color CSS Codes

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

#ca7cde Text Font Color

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

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


#ca7cde Background Color

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

This div background color is #ca7cde


#ca7cde Border Color

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

This div border color is #ca7cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7cde


Comments

No comments written yet.

Please login to write comment.