Color Hex Logo

#7638ef Color Hex

#7638EF
(118,56,239)
0 Favorites   0 Comments

Color spaces of #7638ef

RGB 11856239
HSL0.720.850.58
HSV260°77°94°
CMYK 0.510.770.00   0.06
XYZ24.465412.911982.8641
Yxy12.91190.20350.1074
Hunter Lab35.933158.6504-111.5733
CIE-Lab42.630265.3428-81.5126

#7638ef color RGB value is (118,56,239).

#7638ef hex color red value is 118, green value is 56 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7638ef hue: 0.72 , saturation: 0.85 and the lightness value of 7638ef is 0.58.

The process color (four color CMYK) of #7638ef color hex is 0.51, 0.77, 0.00, 0.06. Web safe color of #7638ef is #6633ff. Color #7638ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111000 11101111
Octal 166 70 357
Decimal 118 56 239
Hex 76 38 EF

RGB Percentages of Color #7638ef

%28.57
%13.56
%57.87

CMYK Percentages of Color #7638ef

%51
%77
%0
%6

Triadic Colors of #7638ef

#7638ef #ef7638 #38ef76

Analogous Colors of #7638ef

#7638ef #d238ef #3855ef

Monochromatic Colors of #7638ef

#7638ef

Complementary Color

#7638ef #b1ef38

#7638ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7638ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7638ef Color CSS Codes

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

#7638ef Text Font Color

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

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


#7638ef Background Color

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

This div background color is #7638ef


#7638ef Border Color

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

This div border color is #7638ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,56,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7638ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7638ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7638ef;
  box-shadow:         1px 1px 3px 2px #7638ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,56,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7638ef


Comments

No comments written yet.

Please login to write comment.