Color Hex Logo

#c07bfd Color Hex

#C07BFD
(192,123,253)
0 Favorites   0 Comments

Color spaces of #c07bfd

RGB 192123253
HSL0.760.970.74
HSV272°51°99°
CMYK 0.240.510.00   0.01
XYZ46.550832.464296.7412
Yxy32.46420.26490.1847
Hunter Lab56.977446.1250-60.7836
CIE-Lab63.724750.4831-54.8146

#c07bfd color RGB value is (192,123,253).

#c07bfd hex color red value is 192, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c07bfd hue: 0.76 , saturation: 0.97 and the lightness value of c07bfd is 0.74.

The process color (four color CMYK) of #c07bfd color hex is 0.24, 0.51, 0.00, 0.01. Web safe color of #c07bfd is #cc66ff. Color #c07bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111011 11111101
Octal 300 173 375
Decimal 192 123 253
Hex C0 7B FD

RGB Percentages of Color #c07bfd

%33.80
%21.65
%44.54

CMYK Percentages of Color #c07bfd

%24
%51
%0
%1

Triadic Colors of #c07bfd

#c07bfd #fdc07b #7bfdc0

Analogous Colors of #c07bfd

#c07bfd #fd7bf9 #7f7bfd

Monochromatic Colors of #c07bfd

#c07bfd

Complementary Color

#c07bfd #b8fd7b

#c07bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07bfd Color CSS Codes

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

#c07bfd Text Font Color

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

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


#c07bfd Background Color

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

This div background color is #c07bfd


#c07bfd Border Color

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

This div border color is #c07bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07bfd


Comments

No comments written yet.

Please login to write comment.