Color Hex Logo

#270cdd Color Hex

#270CDD
(39,12,221)
0 Favorites   0 Comments

Color spaces of #270cdd

RGB 3912221
HSL0.690.900.46
HSV248°95°87°
CMYK 0.820.950.00   0.13
XYZ14.01935.914768.8094
Yxy5.91470.15800.0666
Hunter Lab24.320260.3357-150.7260
CIE-Lab29.196269.3683-93.7052

#270cdd color RGB value is (39,12,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00001100 11011101
Octal 47 14 335
Decimal 39 12 221
Hex 27 C DD

RGB Percentages of Color #270cdd

%14.34
%4.41
%81.25

CMYK Percentages of Color #270cdd

%82
%95
%0
%13

Triadic Colors of #270cdd

#270cdd #dd270c #0cdd27

Analogous Colors of #270cdd

#270cdd #900cdd #0c5add

Monochromatic Colors of #270cdd

#270cdd

Complementary Color

#270cdd #c2dd0c

#270cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#270cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#270cdd Color CSS Codes

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

#270cdd Text Font Color

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

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


#270cdd Background Color

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

This div background color is #270cdd


#270cdd Border Color

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

This div border color is #270cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,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 #270cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #270cdd


Comments

No comments written yet.

Please login to write comment.