Color Hex Logo

#7c35dd Color Hex

#7C35DD
(124,53,221)
0 Favorites   0 Comments

Color spaces of #7c35dd

RGB 12453221
HSL0.740.710.54
HSV265°76°87°
CMYK 0.440.760.00   0.13
XYZ22.636412.051869.5398
Yxy12.05180.21720.1156
Hunter Lab34.715755.6386-94.4641
CIE-Lab41.298362.9516-73.4447

#7c35dd color RGB value is (124,53,221).

#7c35dd hex color red value is 124, green value is 53 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7c35dd hue: 0.74 , saturation: 0.71 and the lightness value of 7c35dd is 0.54.

The process color (four color CMYK) of #7c35dd color hex is 0.44, 0.76, 0.00, 0.13. Web safe color of #7c35dd is #6633cc. Color #7c35dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110101 11011101
Octal 174 65 335
Decimal 124 53 221
Hex 7C 35 DD

RGB Percentages of Color #7c35dd

%31.16
%13.32
%55.53

CMYK Percentages of Color #7c35dd

%44
%76
%0
%13

Triadic Colors of #7c35dd

#7c35dd #dd7c35 #35dd7c

Analogous Colors of #7c35dd

#7c35dd #d035dd #3542dd

Monochromatic Colors of #7c35dd

#7c35dd

Complementary Color

#7c35dd #96dd35

#7c35dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c35dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c35dd Color CSS Codes

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

#7c35dd Text Font Color

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

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


#7c35dd Background Color

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

This div background color is #7c35dd


#7c35dd Border Color

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

This div border color is #7c35dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,53,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c35dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c35dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7c35dd;
  box-shadow:         1px 1px 3px 2px #7c35dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,53,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c35dd


Comments

No comments written yet.

Please login to write comment.