Color Hex Logo

#ca7cce Color Hex

#CA7CCE
(202,124,206)
0 Favorites   0 Comments

Color spaces of #ca7cce

RGB 202124206
HSL0.830.460.65
HSV297°40°81°
CMYK 0.020.400.00   0.19
XYZ42.705431.428162.2079
Yxy31.42810.31320.2305
Hunter Lab56.060837.8696-26.5487
CIE-Lab62.867443.0127-29.9773

#ca7cce color RGB value is (202,124,206).

#ca7cce hex color red value is 202, green value is 124 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca7cce hue: 0.83 , saturation: 0.46 and the lightness value of ca7cce is 0.65.

The process color (four color CMYK) of #ca7cce color hex is 0.02, 0.40, 0.00, 0.19. Web safe color of #ca7cce is #cc66cc. Color #ca7cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 11001110
Octal 312 174 316
Decimal 202 124 206
Hex CA 7C CE

RGB Percentages of Color #ca7cce

%37.97
%23.31
%38.72

CMYK Percentages of Color #ca7cce

%2
%40
%0
%19

Triadic Colors of #ca7cce

#ca7cce #ceca7c #7cceca

Analogous Colors of #ca7cce

#ca7cce #ce7ca9 #a17cce

Monochromatic Colors of #ca7cce

#ca7cce

Complementary Color

#ca7cce #80ce7c

#ca7cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7cce Color CSS Codes

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

#ca7cce Text Font Color

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

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


#ca7cce Background Color

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

This div background color is #ca7cce


#ca7cce Border Color

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

This div border color is #ca7cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7cce


Comments

No comments written yet.

Please login to write comment.