Color Hex Logo

#c72bfd Color Hex

#C72BFD
(199,43,253)
0 Favorites   0 Comments

Color spaces of #c72bfd

RGB 19943253
HSL0.790.980.58
HSV285°83°99°
CMYK 0.210.830.00   0.01
XYZ42.146720.961794.7531
Yxy20.96170.26700.1328
Hunter Lab45.783984.1974-90.6561
CIE-Lab52.907684.2656-72.1387

#c72bfd color RGB value is (199,43,253).

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

The process color (four color CMYK) of #c72bfd color hex is 0.21, 0.83, 0.00, 0.01. Web safe color of #c72bfd is #cc33ff. Color #c72bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101011 11111101
Octal 307 53 375
Decimal 199 43 253
Hex C7 2B FD

RGB Percentages of Color #c72bfd

%40.20
%8.69
%51.11

CMYK Percentages of Color #c72bfd

%21
%83
%0
%1

Triadic Colors of #c72bfd

#c72bfd #fdc72b #2bfdc7

Analogous Colors of #c72bfd

#c72bfd #fd2bca #5e2bfd

Monochromatic Colors of #c72bfd

#c72bfd

Complementary Color

#c72bfd #61fd2b

#c72bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72bfd Color CSS Codes

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

#c72bfd Text Font Color

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

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


#c72bfd Background Color

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

This div background color is #c72bfd


#c72bfd Border Color

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

This div border color is #c72bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.