Color Hex Logo

#703dcf Color Hex

#703DCF
(112,61,207)
0 Favorites   0 Comments

Color spaces of #703dcf

RGB 11261207
HSL0.720.600.53
HSV261°71°81°
CMYK 0.460.710.00   0.19
XYZ19.613311.287260.1764
Yxy11.28720.21530.1239
Hunter Lab33.596445.4130-82.6801
CIE-Lab40.060053.8278-67.4738

#703dcf color RGB value is (112,61,207).

#703dcf hex color red value is 112, green value is 61 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #703dcf hue: 0.72 , saturation: 0.60 and the lightness value of 703dcf is 0.53.

The process color (four color CMYK) of #703dcf color hex is 0.46, 0.71, 0.00, 0.19. Web safe color of #703dcf is #6633cc. Color #703dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111101 11001111
Octal 160 75 317
Decimal 112 61 207
Hex 70 3D CF

RGB Percentages of Color #703dcf

%29.47
%16.05
%54.47

CMYK Percentages of Color #703dcf

%46
%71
%0
%19

Triadic Colors of #703dcf

#703dcf #cf703d #3dcf70

Analogous Colors of #703dcf

#703dcf #b93dcf #3d53cf

Monochromatic Colors of #703dcf

#703dcf

Complementary Color

#703dcf #9ccf3d

#703dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#703dcf Color CSS Codes

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

#703dcf Text Font Color

<p style="color:#703dcf">Text here</p>

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


#703dcf Background Color

<div style="background-color:#703dcf">
Div content here</div>

This div background color is #703dcf


#703dcf Border Color

<div style="border:3px solid #703dcf">
Div here</div>

This div border color is #703dcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,61,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #703dcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #703dcf;
  -webkit-box-shadow: 1px 1px 3px 2px #703dcf;
  box-shadow:         1px 1px 3px 2px #703dcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703dcf


Comments

No comments written yet.

Please login to write comment.