Color Hex Logo

#ca7cd7 Color Hex

#CA7CD7
(202,124,215)
0 Favorites   0 Comments

Color spaces of #ca7cd7

RGB 202124215
HSL0.810.530.66
HSV291°42°84°
CMYK 0.060.420.00   0.16
XYZ43.830531.878268.1330
Yxy31.87820.30470.2216
Hunter Lab56.460839.7632-32.0246
CIE-Lab63.242144.7315-34.4412

#ca7cd7 color RGB value is (202,124,215).

#ca7cd7 hex color red value is 202, green value is 124 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ca7cd7 hue: 0.81 , saturation: 0.53 and the lightness value of ca7cd7 is 0.66.

The process color (four color CMYK) of #ca7cd7 color hex is 0.06, 0.42, 0.00, 0.16. Web safe color of #ca7cd7 is #cc66cc. Color #ca7cd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 11010111
Octal 312 174 327
Decimal 202 124 215
Hex CA 7C D7

RGB Percentages of Color #ca7cd7

%37.34
%22.92
%39.74

CMYK Percentages of Color #ca7cd7

%6
%42
%0
%16

Triadic Colors of #ca7cd7

#ca7cd7 #d7ca7c #7cd7ca

Analogous Colors of #ca7cd7

#ca7cd7 #d77cb7 #9d7cd7

Monochromatic Colors of #ca7cd7

#ca7cd7

Complementary Color

#ca7cd7 #89d77c

#ca7cd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7cd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7cd7 Color CSS Codes

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

#ca7cd7 Text Font Color

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

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


#ca7cd7 Background Color

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

This div background color is #ca7cd7


#ca7cd7 Border Color

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

This div border color is #ca7cd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7cd7


Comments

No comments written yet.

Please login to write comment.