Color Hex Logo

#7f3dce Color Hex

#7F3DCE
(127,61,206)
0 Favorites   0 Comments

Color spaces of #7f3dce

RGB 12761206
HSL0.740.600.52
HSV267°70°81°
CMYK 0.380.700.00   0.19
XYZ21.561712.305759.6313
Yxy12.30570.23060.1316
Hunter Lab35.079548.3264-76.2309
CIE-Lab41.697956.2448-64.1528

#7f3dce color RGB value is (127,61,206).

#7f3dce hex color red value is 127, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7f3dce hue: 0.74 , saturation: 0.60 and the lightness value of 7f3dce is 0.52.

The process color (four color CMYK) of #7f3dce color hex is 0.38, 0.70, 0.00, 0.19. Web safe color of #7f3dce is #6633cc. Color #7f3dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00111101 11001110
Octal 177 75 316
Decimal 127 61 206
Hex 7F 3D CE

RGB Percentages of Color #7f3dce

%32.23
%15.48
%52.28

CMYK Percentages of Color #7f3dce

%38
%70
%0
%19

Triadic Colors of #7f3dce

#7f3dce #ce7f3d #3dce7f

Analogous Colors of #7f3dce

#7f3dce #c83dce #3d43ce

Monochromatic Colors of #7f3dce

#7f3dce

Complementary Color

#7f3dce #8cce3d

#7f3dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f3dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f3dce Color CSS Codes

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

#7f3dce Text Font Color

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

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


#7f3dce Background Color

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

This div background color is #7f3dce


#7f3dce Border Color

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

This div border color is #7f3dce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,61,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f3dce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f3dce;
  -webkit-box-shadow: 1px 1px 3px 2px #7f3dce;
  box-shadow:         1px 1px 3px 2px #7f3dce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,61,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f3dce


Comments

No comments written yet.

Please login to write comment.