Color Hex Logo

#f02dfd Color Hex

#F02DFD
(240,45,253)
0 Favorites   0 Comments

Color spaces of #f02dfd

RGB 24045253
HSL0.820.980.58
HSV296°82°99°
CMYK 0.050.820.00   0.01
XYZ54.603227.493995.3574
Yxy27.49390.30770.1549
Hunter Lab52.434694.1217-71.1203
CIE-Lab59.428790.5282-61.3003

#f02dfd color RGB value is (240,45,253).

#f02dfd hex color red value is 240, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f02dfd hue: 0.82 , saturation: 0.98 and the lightness value of f02dfd is 0.58.

The process color (four color CMYK) of #f02dfd color hex is 0.05, 0.82, 0.00, 0.01. Web safe color of #f02dfd is #ff33ff. Color #f02dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101101 11111101
Octal 360 55 375
Decimal 240 45 253
Hex F0 2D FD

RGB Percentages of Color #f02dfd

%44.61
%8.36
%47.03

CMYK Percentages of Color #f02dfd

%5
%82
%0
%1

Triadic Colors of #f02dfd

#f02dfd #fdf02d #2dfdf0

Analogous Colors of #f02dfd

#f02dfd #fd2da2 #882dfd

Monochromatic Colors of #f02dfd

#f02dfd

Complementary Color

#f02dfd #3afd2d

#f02dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02dfd Color CSS Codes

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

#f02dfd Text Font Color

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

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


#f02dfd Background Color

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

This div background color is #f02dfd


#f02dfd Border Color

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

This div border color is #f02dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,45,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f02dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f02dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #f02dfd;
  box-shadow:         1px 1px 3px 2px #f02dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,45,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.