Color Hex Logo

#4230bc Color Hex

#4230BC
(66,48,188)
0 Favorites   0 Comments

Color spaces of #4230bc

RGB 6648188
HSL0.690.590.46
HSV248°74°74°
CMYK 0.650.740.00   0.26
XYZ12.38086.903048.2568
Yxy6.90300.18330.1022
Hunter Lab26.273638.1352-90.5068
CIE-Lab31.585148.3504-70.4426

#4230bc color RGB value is (66,48,188).

#4230bc hex color red value is 66, green value is 48 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4230bc hue: 0.69 , saturation: 0.59 and the lightness value of 4230bc is 0.46.

The process color (four color CMYK) of #4230bc color hex is 0.65, 0.74, 0.00, 0.26. Web safe color of #4230bc is #3333cc. Color #4230bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110000 10111100
Octal 102 60 274
Decimal 66 48 188
Hex 42 30 BC

RGB Percentages of Color #4230bc

%21.85
%15.89
%62.25

CMYK Percentages of Color #4230bc

%65
%74
%0
%26

Triadic Colors of #4230bc

#4230bc #bc4230 #30bc42

Analogous Colors of #4230bc

#4230bc #8830bc #3064bc

Monochromatic Colors of #4230bc

#4230bc

Complementary Color

#4230bc #aabc30

#4230bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4230bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4230bc Color CSS Codes

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

#4230bc Text Font Color

<p style="color:#4230bc">Text here</p>

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


#4230bc Background Color

<div style="background-color:#4230bc">
Div content here</div>

This div background color is #4230bc


#4230bc Border Color

<div style="border:3px solid #4230bc">
Div here</div>

This div border color is #4230bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,48,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4230bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4230bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4230bc;
  box-shadow:         1px 1px 3px 2px #4230bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,48,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 #4230bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4230bc


Comments

No comments written yet.

Please login to write comment.