Color Hex Logo

#6f34cd Color Hex

#6F34CD
(111,52,205)
0 Favorites   0 Comments

Color spaces of #6f34cd

RGB 11152205
HSL0.730.600.50
HSV263°75°80°
CMYK 0.460.750.00   0.20
XYZ18.803010.243358.7437
Yxy10.24330.21420.1167
Hunter Lab32.005248.8596-86.4199
CIE-Lab38.275657.3931-69.2374

#6f34cd color RGB value is (111,52,205).

#6f34cd hex color red value is 111, green value is 52 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6f34cd hue: 0.73 , saturation: 0.60 and the lightness value of 6f34cd is 0.50.

The process color (four color CMYK) of #6f34cd color hex is 0.46, 0.75, 0.00, 0.20. Web safe color of #6f34cd is #6633cc. Color #6f34cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110100 11001101
Octal 157 64 315
Decimal 111 52 205
Hex 6F 34 CD

RGB Percentages of Color #6f34cd

%30.16
%14.13
%55.71

CMYK Percentages of Color #6f34cd

%46
%75
%0
%20

Triadic Colors of #6f34cd

#6f34cd #cd6f34 #34cd6f

Analogous Colors of #6f34cd

#6f34cd #bc34cd #3445cd

Monochromatic Colors of #6f34cd

#6f34cd

Complementary Color

#6f34cd #92cd34

#6f34cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f34cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f34cd Color CSS Codes

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

#6f34cd Text Font Color

<p style="color:#6f34cd">Text here</p>

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


#6f34cd Background Color

<div style="background-color:#6f34cd">
Div content here</div>

This div background color is #6f34cd


#6f34cd Border Color

<div style="border:3px solid #6f34cd">
Div here</div>

This div border color is #6f34cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,52,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f34cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f34cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6f34cd;
  box-shadow:         1px 1px 3px 2px #6f34cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,52,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f34cd


Comments

No comments written yet.

Please login to write comment.