Color Hex Logo

#231efd Color Hex

#231EFD
(35,30,253)
0 Favorites   0 Comments

Color spaces of #231efd

RGB 3530253
HSL0.670.980.55
HSV241°88°99°
CMYK 0.860.880.00   0.01
XYZ18.88708.377793.5501
Yxy8.37770.15630.0693
Hunter Lab28.944365.8242-171.3689
CIE-Lab34.757472.9908-102.6204

#231efd color RGB value is (35,30,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 00011110 11111101
Octal 43 36 375
Decimal 35 30 253
Hex 23 1E FD

RGB Percentages of Color #231efd

%11.01
%9.43
%79.56

CMYK Percentages of Color #231efd

%86
%88
%0
%1

Triadic Colors of #231efd

#231efd #fd231e #1efd23

Analogous Colors of #231efd

#231efd #931efd #1e89fd

Monochromatic Colors of #231efd

#231efd

Complementary Color

#231efd #f8fd1e

#231efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#231efd Color CSS Codes

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

#231efd Text Font Color

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

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


#231efd Background Color

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

This div background color is #231efd


#231efd Border Color

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

This div border color is #231efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231efd


Comments

No comments written yet.

Please login to write comment.