Color Hex Logo

#ca7cff Color Hex

#CA7CFF
(202,124,255)
0 Favorites   0 Comments

Color spaces of #ca7cff

RGB 202124255
HSL0.771.000.74
HSV276°51°100°
CMYK 0.210.510.00   0.00
XYZ49.614834.191998.5924
Yxy34.19190.27200.1875
Hunter Lab58.473849.1273-59.0368
CIE-Lab65.114652.9562-53.6369

#ca7cff color RGB value is (202,124,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111100 11111111
Octal 312 174 377
Decimal 202 124 255
Hex CA 7C FF

RGB Percentages of Color #ca7cff

%34.77
%21.34
%43.89

CMYK Percentages of Color #ca7cff

%21
%51
%0
%0

Triadic Colors of #ca7cff

#ca7cff #ffca7c #7cffca

Analogous Colors of #ca7cff

#ca7cff #ff7cf3 #897cff

Monochromatic Colors of #ca7cff

#ca7cff

Complementary Color

#ca7cff #b1ff7c

#ca7cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7cff Color CSS Codes

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

#ca7cff Text Font Color

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

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


#ca7cff Background Color

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

This div background color is #ca7cff


#ca7cff Border Color

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

This div border color is #ca7cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,124,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 #ca7cff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7cff

Related Colors


Comments

No comments written yet.

Please login to write comment.