Color Hex Logo

#ca7cea Color Hex

#CA7CEA
(202,124,234)
0 Favorites   0 Comments

Color spaces of #ca7cea

RGB 202124234
HSL0.780.720.70
HSV283°47°92°
CMYK 0.140.470.00   0.08
XYZ46.416132.912481.7482
Yxy32.91240.28820.2043
Hunter Lab57.369344.0236-44.3265
CIE-Lab64.089948.5284-43.6897

#ca7cea color RGB value is (202,124,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 11101010
Octal 312 174 352
Decimal 202 124 234
Hex CA 7C EA

RGB Percentages of Color #ca7cea

%36.07
%22.14
%41.79

CMYK Percentages of Color #ca7cea

%14
%47
%0
%8

Triadic Colors of #ca7cea

#ca7cea #eaca7c #7ceaca

Analogous Colors of #ca7cea

#ca7cea #ea7cd3 #937cea

Monochromatic Colors of #ca7cea

#ca7cea

Complementary Color

#ca7cea #9cea7c

#ca7cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7cea Color CSS Codes

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

#ca7cea Text Font Color

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

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


#ca7cea Background Color

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

This div background color is #ca7cea


#ca7cea Border Color

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

This div border color is #ca7cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7cea


Comments

No comments written yet.

Please login to write comment.