Color Hex Logo

#230084 Color Hex

#230084
(35,0,132)
0 Favorites   0 Comments

Color spaces of #230084

RGB 350132
HSL0.711.000.26
HSV256°100°52°
CMYK 0.731.000.00   0.48
XYZ4.85802.023321.9643
Yxy2.02330.16840.0701
Hunter Lab14.224336.0704-81.5952
CIE-Lab15.609049.3107-62.7974

#230084 color RGB value is (35,0,132).

#230084 hex color red value is 35, green value is 0 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #230084 hue: 0.71 , saturation: 1.00 and the lightness value of 230084 is 0.26.

The process color (four color CMYK) of #230084 color hex is 0.73, 1.00, 0.00, 0.48. Web safe color of #230084 is #330099. Color #230084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00000000 10000100
Octal 43 0 204
Decimal 35 0 132
Hex 23 0 84

RGB Percentages of Color #230084

%20.96
%0.00
%79.04

CMYK Percentages of Color #230084

%73
%100
%0
%48

Triadic Colors of #230084

#230084 #842300 #008423

Analogous Colors of #230084

#230084 #650084 #001f84

Monochromatic Colors of #230084

#230084

Complementary Color

#230084 #618400

#230084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#230084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#230084 Color CSS Codes

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

#230084 Text Font Color

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

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


#230084 Background Color

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

This div background color is #230084


#230084 Border Color

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

This div border color is #230084


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,0,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #230084; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #230084;
  -webkit-box-shadow: 1px 1px 3px 2px #230084;
  box-shadow:         1px 1px 3px 2px #230084; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,0,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #230084


Comments

No comments written yet.

Please login to write comment.