Color Hex Logo

#421cbc Color Hex

#421CBC
(66,28,188)
0 Favorites   0 Comments

Color spaces of #421cbc

RGB 6628188
HSL0.710.740.42
HSV254°85°74°
CMYK 0.650.850.00   0.26
XYZ11.73915.619648.0429
Yxy5.61960.17950.0859
Hunter Lab23.705746.9085-103.5655
CIE-Lab28.431757.4856-75.6538

#421cbc color RGB value is (66,28,188).

#421cbc hex color red value is 66, green value is 28 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #421cbc hue: 0.71 , saturation: 0.74 and the lightness value of 421cbc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011100 10111100
Octal 102 34 274
Decimal 66 28 188
Hex 42 1C BC

RGB Percentages of Color #421cbc

%23.40
%9.93
%66.67

CMYK Percentages of Color #421cbc

%65
%85
%0
%26

Triadic Colors of #421cbc

#421cbc #bc421c #1cbc42

Analogous Colors of #421cbc

#421cbc #921cbc #1c46bc

Monochromatic Colors of #421cbc

#421cbc

Complementary Color

#421cbc #96bc1c

#421cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#421cbc Color CSS Codes

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

#421cbc Text Font Color

<p style="color:#421cbc">Text here</p>

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


#421cbc Background Color

<div style="background-color:#421cbc">
Div content here</div>

This div background color is #421cbc


#421cbc Border Color

<div style="border:3px solid #421cbc">
Div here</div>

This div border color is #421cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421cbc


Comments

No comments written yet.

Please login to write comment.