color codes Logo

#6f03dd color codes

#6F03DD
(111,3,221)
0 Favorites   0 Comments

Color spaces of #6f03dd

RGB 1113221
HSL0.750.970.44
HSV270°99°87°
CMYK 0.500.990.00   0.13
XYZ19.63938.665169.0440
Yxy8.66510.20170.0890
Hunter Lab29.436567.5766-118.4603
CIE-Lab35.331374.3407-83.3223

#6f03dd color RGB value is (111,3,221).

#6f03dd hex color red value is 111, green value is 3 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6f03dd hue: 0.75 , saturation: 0.97 and the lightness value of 6f03dd is 0.44.

The process color (four color CMYK) of #6f03dd color code is 0.50, 0.99, 0.00, 0.13. Web safe color of #6f03dd is #6600cc. Color #6f03dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000011 11011101
Octal 157 3 335
Decimal 111 3 221
Hex 6F 3 DD

RGB Percentages of Color #6f03dd

%33.13
%0.90
%65.97

CMYK Percentages of Color #6f03dd

%50
%99
%0
%13

Triadic Colors of #6f03dd

#6f03dd #dd6f03 #03dd6f

Analogous Colors of #6f03dd

#6f03dd #dc03dd #0304dd

Monochromatic Colors of #6f03dd

#6f03dd

Complementary Color

#6f03dd #71dd03

#6f03dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f03dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f03dd Color CSS Codes

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

#6f03dd Text Font Color

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

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


#6f03dd Background Color

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

This div background color is #6f03dd


#6f03dd Border Color

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

This div border color is #6f03dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,3,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 #6f03dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f03dd


Comments

No comments written yet.

Please login to write comment.