Color Hex Logo

#ca7ce3 Color Hex

#CA7CE3
(202,124,227)
0 Favorites   0 Comments

Color spaces of #ca7ce3

RGB 202124227
HSL0.790.650.69
HSV285°45°89°
CMYK 0.110.450.00   0.11
XYZ45.429932.517976.5552
Yxy32.51790.29400.2105
Hunter Lab57.024542.4135-39.6795
CIE-Lab63.768647.1046-40.3101

#ca7ce3 color RGB value is (202,124,227).

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

The process color (four color CMYK) of #ca7ce3 color hex is 0.11, 0.45, 0.00, 0.11. Web safe color of #ca7ce3 is #cc66cc. Color #ca7ce3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 11100011
Octal 312 174 343
Decimal 202 124 227
Hex CA 7C E3

RGB Percentages of Color #ca7ce3

%36.53
%22.42
%41.05

CMYK Percentages of Color #ca7ce3

%11
%45
%0
%11

Triadic Colors of #ca7ce3

#ca7ce3 #e3ca7c #7ce3ca

Analogous Colors of #ca7ce3

#ca7ce3 #e37cc9 #977ce3

Monochromatic Colors of #ca7ce3

#ca7ce3

Complementary Color

#ca7ce3 #95e37c

#ca7ce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7ce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7ce3 Color CSS Codes

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

#ca7ce3 Text Font Color

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

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


#ca7ce3 Background Color

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

This div background color is #ca7ce3


#ca7ce3 Border Color

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

This div border color is #ca7ce3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7ce3


Comments

No comments written yet.

Please login to write comment.