Color Hex Logo

#430cdd Color Hex

#430CDD
(67,12,221)
0 Favorites   0 Comments

Color spaces of #430cdd

RGB 6712221
HSL0.710.900.46
HSV256°95°87°
CMYK 0.700.950.00   0.13
XYZ15.49746.676768.8785
Yxy6.67670.17020.0733
Hunter Lab25.839361.8385-139.9587
CIE-Lab31.059370.3139-90.5505

#430cdd color RGB value is (67,12,221).

#430cdd hex color red value is 67, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #430cdd hue: 0.71 , saturation: 0.90 and the lightness value of 430cdd is 0.46.

The process color (four color CMYK) of #430cdd color hex is 0.70, 0.95, 0.00, 0.13. Web safe color of #430cdd is #3300cc. Color #430cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001100 11011101
Octal 103 14 335
Decimal 67 12 221
Hex 43 C DD

RGB Percentages of Color #430cdd

%22.33
%4.00
%73.67

CMYK Percentages of Color #430cdd

%70
%95
%0
%13

Triadic Colors of #430cdd

#430cdd #dd430c #0cdd43

Analogous Colors of #430cdd

#430cdd #ac0cdd #0c3edd

Monochromatic Colors of #430cdd

#430cdd

Complementary Color

#430cdd #a6dd0c

#430cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#430cdd Color CSS Codes

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

#430cdd Text Font Color

<p style="color:#430cdd">Text here</p>

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


#430cdd Background Color

<div style="background-color:#430cdd">
Div content here</div>

This div background color is #430cdd


#430cdd Border Color

<div style="border:3px solid #430cdd">
Div here</div>

This div border color is #430cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,12,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #430cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #430cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #430cdd;
  box-shadow:         1px 1px 3px 2px #430cdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430cdd


Comments

No comments written yet.

Please login to write comment.