Color Hex Logo

#231ebc Color Hex

#231EBC
(35,30,188)
0 Favorites   0 Comments

Color spaces of #231ebc

RGB 3530188
HSL0.670.720.43
HSV242°84°74°
CMYK 0.810.840.00   0.26
XYZ10.23454.916747.9866
Yxy4.91670.16210.0779
Hunter Lab22.173643.5849-112.7897
CIE-Lab26.496154.7006-78.9315

#231ebc color RGB value is (35,30,188).

#231ebc hex color red value is 35, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #231ebc hue: 0.67 , saturation: 0.72 and the lightness value of 231ebc is 0.43.

The process color (four color CMYK) of #231ebc color hex is 0.81, 0.84, 0.00, 0.26. Web safe color of #231ebc is #3333cc. Color #231ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00011110 10111100
Octal 43 36 274
Decimal 35 30 188
Hex 23 1E BC

RGB Percentages of Color #231ebc

%13.83
%11.86
%74.31

CMYK Percentages of Color #231ebc

%81
%84
%0
%26

Triadic Colors of #231ebc

#231ebc #bc231e #1ebc23

Analogous Colors of #231ebc

#231ebc #721ebc #1e68bc

Monochromatic Colors of #231ebc

#231ebc

Complementary Color

#231ebc #b7bc1e

#231ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#231ebc Color CSS Codes

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

#231ebc Text Font Color

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

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


#231ebc Background Color

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

This div background color is #231ebc


#231ebc Border Color

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

This div border color is #231ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231ebc


Comments

No comments written yet.

Please login to write comment.