Color Hex Logo

#230ceb Color Hex

#230CEB
(35,12,235)
0 Favorites   0 Comments

Color spaces of #230ceb

RGB 3512235
HSL0.680.900.48
HSV246°95°92°
CMYK 0.850.950.00   0.08
XYZ15.82006.618479.0409
Yxy6.61840.15590.0652
Hunter Lab25.726364.7452-164.1532
CIE-Lab30.921972.7884-98.8467

#230ceb color RGB value is (35,12,235).

#230ceb hex color red value is 35, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #230ceb hue: 0.68 , saturation: 0.90 and the lightness value of 230ceb is 0.48.

The process color (four color CMYK) of #230ceb color hex is 0.85, 0.95, 0.00, 0.08. Web safe color of #230ceb is #3300ff. Color #230ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00001100 11101011
Octal 43 14 353
Decimal 35 12 235
Hex 23 C EB

RGB Percentages of Color #230ceb

%12.41
%4.26
%83.33

CMYK Percentages of Color #230ceb

%85
%95
%0
%8

Triadic Colors of #230ceb

#230ceb #eb230c #0ceb23

Analogous Colors of #230ceb

#230ceb #930ceb #0c65eb

Monochromatic Colors of #230ceb

#230ceb

Complementary Color

#230ceb #d4eb0c

#230ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#230ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#230ceb Color CSS Codes

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

#230ceb Text Font Color

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

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


#230ceb Background Color

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

This div background color is #230ceb


#230ceb Border Color

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

This div border color is #230ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #230ceb


Comments

No comments written yet.

Please login to write comment.