Color Hex Logo

#2e2d88 Color Hex Cosmic Cobalt

#2E2D88
(46,45,136)
14 Favorites   1 Comments

Color spaces of #2e2d88 Cosmic Cobalt

RGB 4645136
HSL0.670.500.35
HSV241°67°53°
CMYK 0.660.670.00   0.47
XYZ6.50904.235223.7670
Yxy4.23520.18860.1227
Hunter Lab20.579620.4424-54.0672
CIE-Lab24.434230.2782-50.7066

#2e2d88 color RGB value is (46,45,136). #2e2d88 color name is Cosmic Cobalt color.

#2e2d88 hex color red value is 46, green value is 45 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #2e2d88 hue: 0.67 , saturation: 0.50 and the lightness value of 2e2d88 is 0.35.

The process color (four color CMYK) of #2e2d88 color hex is 0.66, 0.67, 0.00, 0.47. Web safe color of #2e2d88 is #333399. Color #2e2d88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00101101 10001000
Octal 56 55 210
Decimal 46 45 136
Hex 2E 2D 88

RGB Percentages of Color #2e2d88

%20.26
%19.82
%59.91

CMYK Percentages of Color #2e2d88

%66
%67
%0
%47

Triadic Colors of #2e2d88

#2e2d88 #882e2d #2d882e

Analogous Colors of #2e2d88

#2e2d88 #5c2d88 #2d5a88

Monochromatic Colors of #2e2d88

#2e2d88

Complementary Color

#2e2d88 #87882d

#2e2d88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e2d88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e2d88 Color CSS Codes

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

#2e2d88 Text Font Color

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

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


#2e2d88 Background Color

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

This div background color is #2e2d88


#2e2d88 Border Color

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

This div border color is #2e2d88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,45,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2e2d88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2e2d88;
  -webkit-box-shadow: 1px 1px 3px 2px #2e2d88;
  box-shadow:         1px 1px 3px 2px #2e2d88; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,45,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e2d88


Comments

22 Jan 2022, 15:40 qSolid21_

My fav D

Please login to write comment.