Color Hex Logo

#ca64d7 Color Hex

#CA64D7
(202,100,215)
0 Favorites   0 Comments

Color spaces of #ca64d7

RGB 202100215
HSL0.810.590.62
HSV293°53°84°
CMYK 0.060.530.00   0.16
XYZ41.180026.577267.2495
Yxy26.57720.30500.1969
Hunter Lab51.553152.3658-41.2549
CIE-Lab58.580956.8738-41.7351

#ca64d7 color RGB value is (202,100,215).

#ca64d7 hex color red value is 202, green value is 100 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ca64d7 hue: 0.81 , saturation: 0.59 and the lightness value of ca64d7 is 0.62.

The process color (four color CMYK) of #ca64d7 color hex is 0.06, 0.53, 0.00, 0.16. Web safe color of #ca64d7 is #cc66cc. Color #ca64d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100100 11010111
Octal 312 144 327
Decimal 202 100 215
Hex CA 64 D7

RGB Percentages of Color #ca64d7

%39.07
%19.34
%41.59

CMYK Percentages of Color #ca64d7

%6
%53
%0
%16

Triadic Colors of #ca64d7

#ca64d7 #d7ca64 #64d7ca

Analogous Colors of #ca64d7

#ca64d7 #d764ab #9164d7

Monochromatic Colors of #ca64d7

#ca64d7

Complementary Color

#ca64d7 #71d764

#ca64d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca64d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca64d7 Color CSS Codes

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

#ca64d7 Text Font Color

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

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


#ca64d7 Background Color

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

This div background color is #ca64d7


#ca64d7 Border Color

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

This div border color is #ca64d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca64d7


Comments

No comments written yet.

Please login to write comment.