Color Hex Logo

#ca7eec Color Hex

#CA7EEC
(202,126,236)
0 Favorites   0 Comments

Color spaces of #ca7eec

RGB 202126236
HSL0.780.740.71
HSV281°47°93°
CMYK 0.140.470.00   0.07
XYZ46.958333.534483.3547
Yxy33.53440.28660.2047
Hunter Lab57.908943.4050-44.8065
CIE-Lab64.591347.8944-44.0083

#ca7eec color RGB value is (202,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 11101100
Octal 312 176 354
Decimal 202 126 236
Hex CA 7E EC

RGB Percentages of Color #ca7eec

%35.82
%22.34
%41.84

CMYK Percentages of Color #ca7eec

%14
%47
%0
%7

Triadic Colors of #ca7eec

#ca7eec #ecca7e #7eecca

Analogous Colors of #ca7eec

#ca7eec #ec7ed7 #937eec

Monochromatic Colors of #ca7eec

#ca7eec

Complementary Color

#ca7eec #a0ec7e

#ca7eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7eec Color CSS Codes

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

#ca7eec Text Font Color

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

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


#ca7eec Background Color

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

This div background color is #ca7eec


#ca7eec Border Color

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

This div border color is #ca7eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7eec


Comments

No comments written yet.

Please login to write comment.