Color Hex Logo

#ca7cec Color Hex

#CA7CEC
(202,124,236)
0 Favorites   0 Comments

Color spaces of #ca7cec

RGB 202124236
HSL0.780.750.71
HSV282°47°93°
CMYK 0.140.470.00   0.07
XYZ46.705133.028083.2703
Yxy33.02800.28650.2026
Hunter Lab57.470044.4921-45.6784
CIE-Lab64.183648.9402-44.6495

#ca7cec color RGB value is (202,124,236).

#ca7cec hex color red value is 202, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ca7cec hue: 0.78 , saturation: 0.75 and the lightness value of ca7cec is 0.71.

The process color (four color CMYK) of #ca7cec color hex is 0.14, 0.47, 0.00, 0.07. Web safe color of #ca7cec is #cc66ff. Color #ca7cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 11101100
Octal 312 174 354
Decimal 202 124 236
Hex CA 7C EC

RGB Percentages of Color #ca7cec

%35.94
%22.06
%41.99

CMYK Percentages of Color #ca7cec

%14
%47
%0
%7

Triadic Colors of #ca7cec

#ca7cec #ecca7c #7cecca

Analogous Colors of #ca7cec

#ca7cec #ec7cd6 #927cec

Monochromatic Colors of #ca7cec

#ca7cec

Complementary Color

#ca7cec #9eec7c

#ca7cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7cec Color CSS Codes

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

#ca7cec Text Font Color

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

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


#ca7cec Background Color

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

This div background color is #ca7cec


#ca7cec Border Color

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

This div border color is #ca7cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7cec


Comments

No comments written yet.

Please login to write comment.