Color Hex Logo

#231cea Color Hex

#231CEA
(35,28,234)
0 Favorites   0 Comments

Color spaces of #231cea

RGB 3528234
HSL0.670.830.51
HSV242°88°92°
CMYK 0.850.880.00   0.08
XYZ15.95977.128378.3766
Yxy7.12830.15730.0703
Hunter Lab26.698959.9783-155.3611
CIE-Lab32.097268.5296-96.3153

#231cea color RGB value is (35,28,234).

#231cea hex color red value is 35, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #231cea hue: 0.67 , saturation: 0.83 and the lightness value of 231cea is 0.51.

The process color (four color CMYK) of #231cea color hex is 0.85, 0.88, 0.00, 0.08. Web safe color of #231cea is #3333ff. Color #231cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00011100 11101010
Octal 43 34 352
Decimal 35 28 234
Hex 23 1C EA

RGB Percentages of Color #231cea

%11.78
%9.43
%78.79

CMYK Percentages of Color #231cea

%85
%88
%0
%8

Triadic Colors of #231cea

#231cea #ea231c #1cea23

Analogous Colors of #231cea

#231cea #8a1cea #1c7cea

Monochromatic Colors of #231cea

#231cea

Complementary Color

#231cea #e3ea1c

#231cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#231cea Color CSS Codes

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

#231cea Text Font Color

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

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


#231cea Background Color

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

This div background color is #231cea


#231cea Border Color

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

This div border color is #231cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,28,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #231cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #231cea;
  -webkit-box-shadow: 1px 1px 3px 2px #231cea;
  box-shadow:         1px 1px 3px 2px #231cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231cea


Comments

No comments written yet.

Please login to write comment.