Color Hex Logo

#230edb Color Hex

#230EDB
(35,14,219)
0 Favorites   0 Comments

Color spaces of #230edb

RGB 3514219
HSL0.680.880.46
HSV246°94°86°
CMYK 0.840.940.00   0.14
XYZ13.63645.785967.4159
Yxy5.78590.15700.0666
Hunter Lab24.053959.0991-149.3345
CIE-Lab28.865868.3654-93.1085

#230edb color RGB value is (35,14,219).

#230edb hex color red value is 35, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #230edb hue: 0.68 , saturation: 0.88 and the lightness value of 230edb is 0.46.

The process color (four color CMYK) of #230edb color hex is 0.84, 0.94, 0.00, 0.14. Web safe color of #230edb is #3300cc. Color #230edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00001110 11011011
Octal 43 16 333
Decimal 35 14 219
Hex 23 E DB

RGB Percentages of Color #230edb

%13.06
%5.22
%81.72

CMYK Percentages of Color #230edb

%84
%94
%0
%14

Triadic Colors of #230edb

#230edb #db230e #0edb23

Analogous Colors of #230edb

#230edb #8a0edb #0e5fdb

Monochromatic Colors of #230edb

#230edb

Complementary Color

#230edb #c6db0e

#230edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#230edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#230edb Color CSS Codes

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

#230edb Text Font Color

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

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


#230edb Background Color

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

This div background color is #230edb


#230edb Border Color

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

This div border color is #230edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,14,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #230edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #230edb;
  -webkit-box-shadow: 1px 1px 3px 2px #230edb;
  box-shadow:         1px 1px 3px 2px #230edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #230edb


Comments

No comments written yet.

Please login to write comment.