Color Hex Logo

#712dce Color Hex

#712DCE
(113,45,206)
0 Favorites   0 Comments

Color spaces of #712dce

RGB 11345206
HSL0.740.640.49
HSV265°78°81°
CMYK 0.450.780.00   0.19
XYZ18.88909.843759.2970
Yxy9.84370.21460.1118
Hunter Lab31.374752.5596-90.0937
CIE-Lab37.560460.9192-70.9800

#712dce color RGB value is (113,45,206).

#712dce hex color red value is 113, green value is 45 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #712dce hue: 0.74 , saturation: 0.64 and the lightness value of 712dce is 0.49.

The process color (four color CMYK) of #712dce color hex is 0.45, 0.78, 0.00, 0.19. Web safe color of #712dce is #6633cc. Color #712dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101101 11001110
Octal 161 55 316
Decimal 113 45 206
Hex 71 2D CE

RGB Percentages of Color #712dce

%31.04
%12.36
%56.59

CMYK Percentages of Color #712dce

%45
%78
%0
%19

Triadic Colors of #712dce

#712dce #ce712d #2dce71

Analogous Colors of #712dce

#712dce #c22dce #2d39ce

Monochromatic Colors of #712dce

#712dce

Complementary Color

#712dce #8ace2d

#712dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#712dce Color CSS Codes

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

#712dce Text Font Color

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

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


#712dce Background Color

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

This div background color is #712dce


#712dce Border Color

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

This div border color is #712dce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,45,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712dce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712dce;
  -webkit-box-shadow: 1px 1px 3px 2px #712dce;
  box-shadow:         1px 1px 3px 2px #712dce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,45,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 #712dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712dce


Comments

No comments written yet.

Please login to write comment.