Color Hex Logo

#7d01ca Color Hex

#7D01CA
(125,1,202)
0 Favorites   0 Comments

Color spaces of #7d01ca

RGB 1251202
HSL0.770.990.40
HSV277°100°79°
CMYK 0.381.000.00   0.21
XYZ19.12908.646056.5377
Yxy8.64600.22690.1025
Hunter Lab29.404164.6671-93.4190
CIE-Lab35.293671.9207-72.3146

#7d01ca color RGB value is (125,1,202).

#7d01ca hex color red value is 125, green value is 1 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7d01ca hue: 0.77 , saturation: 0.99 and the lightness value of 7d01ca is 0.40.

The process color (four color CMYK) of #7d01ca color hex is 0.38, 1.00, 0.00, 0.21. Web safe color of #7d01ca is #6600cc. Color #7d01ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00000001 11001010
Octal 175 1 312
Decimal 125 1 202
Hex 7D 1 CA

RGB Percentages of Color #7d01ca

%38.11
%0.30
%61.59

CMYK Percentages of Color #7d01ca

%38
%100
%0
%21

Triadic Colors of #7d01ca

#7d01ca #ca7d01 #01ca7d

Analogous Colors of #7d01ca

#7d01ca #ca01b3 #1901ca

Monochromatic Colors of #7d01ca

#7d01ca

Complementary Color

#7d01ca #4eca01

#7d01ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d01ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d01ca Color CSS Codes

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

#7d01ca Text Font Color

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

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


#7d01ca Background Color

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

This div background color is #7d01ca


#7d01ca Border Color

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

This div border color is #7d01ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d01ca


Comments

No comments written yet.

Please login to write comment.