Color Hex Logo

#ca7ebe Color Hex

#CA7EBE
(202,126,190)
0 Favorites   0 Comments

Color spaces of #ca7ebe

RGB 202126190
HSL0.860.420.64
HSV309°38°79°
CMYK 0.000.380.06   0.21
XYZ41.112231.196052.5698
Yxy31.19600.32920.2498
Hunter Lab55.853433.6457-16.7070
CIE-Lab62.672739.0288-21.2570

#ca7ebe color RGB value is (202,126,190).

#ca7ebe hex color red value is 202, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ca7ebe hue: 0.86 , saturation: 0.42 and the lightness value of ca7ebe is 0.64.

The process color (four color CMYK) of #ca7ebe color hex is 0.00, 0.38, 0.06, 0.21. Web safe color of #ca7ebe is #cc66cc. Color #ca7ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 10111110
Octal 312 176 276
Decimal 202 126 190
Hex CA 7E BE

RGB Percentages of Color #ca7ebe

%39.00
%24.32
%36.68

CMYK Percentages of Color #ca7ebe

%0
%38
%6
%21

Triadic Colors of #ca7ebe

#ca7ebe #beca7e #7ebeca

Analogous Colors of #ca7ebe

#ca7ebe #ca7e98 #b07eca

Monochromatic Colors of #ca7ebe

#ca7ebe

Complementary Color

#ca7ebe #7eca8a

#ca7ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7ebe Color CSS Codes

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

#ca7ebe Text Font Color

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

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


#ca7ebe Background Color

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

This div background color is #ca7ebe


#ca7ebe Border Color

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

This div border color is #ca7ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7ebe


Comments

No comments written yet.

Please login to write comment.