Color Hex Logo

#ca7eff Color Hex

#CA7EFF
(202,126,255)
0 Favorites   0 Comments

Color spaces of #ca7eff

RGB 202126255
HSL0.761.000.75
HSV275°51°100°
CMYK 0.210.510.00   0.00
XYZ49.868034.698398.6768
Yxy34.69830.27210.1894
Hunter Lab58.905348.0303-58.0876
CIE-Lab65.513151.9222-53.0050

#ca7eff color RGB value is (202,126,255).

#ca7eff hex color red value is 202, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ca7eff hue: 0.76 , saturation: 1.00 and the lightness value of ca7eff is 0.75.

The process color (four color CMYK) of #ca7eff color hex is 0.21, 0.51, 0.00, 0.00. Web safe color of #ca7eff is #cc66ff. Color #ca7eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 11111111
Octal 312 176 377
Decimal 202 126 255
Hex CA 7E FF

RGB Percentages of Color #ca7eff

%34.65
%21.61
%43.74

CMYK Percentages of Color #ca7eff

%21
%51
%0
%0

Triadic Colors of #ca7eff

#ca7eff #ffca7e #7effca

Analogous Colors of #ca7eff

#ca7eff #ff7ef4 #8a7eff

Monochromatic Colors of #ca7eff

#ca7eff

Complementary Color

#ca7eff #b3ff7e

#ca7eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7eff Color CSS Codes

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

#ca7eff Text Font Color

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

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


#ca7eff Background Color

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

This div background color is #ca7eff


#ca7eff Border Color

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

This div border color is #ca7eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7eff


Comments

No comments written yet.

Please login to write comment.