Color Hex Logo

#ca7edf Color Hex

#CA7EDF
(202,126,223)
0 Favorites   0 Comments

Color spaces of #ca7edf

RGB 202126223
HSL0.800.600.68
HSV287°43°87°
CMYK 0.090.430.00   0.13
XYZ45.137332.806073.7652
Yxy32.80600.29750.2162
Hunter Lab57.276540.4347-36.2647
CIE-Lab64.003545.2511-37.7179

#ca7edf color RGB value is (202,126,223).

#ca7edf hex color red value is 202, green value is 126 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca7edf hue: 0.80 , saturation: 0.60 and the lightness value of ca7edf is 0.68.

The process color (four color CMYK) of #ca7edf color hex is 0.09, 0.43, 0.00, 0.13. Web safe color of #ca7edf is #cc66cc. Color #ca7edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 11011111
Octal 312 176 337
Decimal 202 126 223
Hex CA 7E DF

RGB Percentages of Color #ca7edf

%36.66
%22.87
%40.47

CMYK Percentages of Color #ca7edf

%9
%43
%0
%13

Triadic Colors of #ca7edf

#ca7edf #dfca7e #7edfca

Analogous Colors of #ca7edf

#ca7edf #df7ec4 #9a7edf

Monochromatic Colors of #ca7edf

#ca7edf

Complementary Color

#ca7edf #93df7e

#ca7edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7edf Color CSS Codes

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

#ca7edf Text Font Color

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

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


#ca7edf Background Color

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

This div background color is #ca7edf


#ca7edf Border Color

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

This div border color is #ca7edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7edf


Comments

No comments written yet.

Please login to write comment.