Color Hex Logo

#cf1edb Color Hex

#CF1EDB
(207,30,219)
0 Favorites   0 Comments

Color spaces of #cf1edb

RGB 20730219
HSL0.820.760.49
HSV296°86°86°
CMYK 0.050.860.00   0.14
XYZ38.982619.308468.6901
Yxy19.30840.30700.1521
Hunter Lab43.941381.4592-61.9246
CIE-Lab51.046182.4985-55.9338

#cf1edb color RGB value is (207,30,219).

#cf1edb hex color red value is 207, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cf1edb hue: 0.82 , saturation: 0.76 and the lightness value of cf1edb is 0.49.

The process color (four color CMYK) of #cf1edb color hex is 0.05, 0.86, 0.00, 0.14. Web safe color of #cf1edb is #cc33cc. Color #cf1edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00011110 11011011
Octal 317 36 333
Decimal 207 30 219
Hex CF 1E DB

RGB Percentages of Color #cf1edb

%45.39
%6.58
%48.03

CMYK Percentages of Color #cf1edb

%5
%86
%0
%14

Triadic Colors of #cf1edb

#cf1edb #dbcf1e #1edbcf

Analogous Colors of #cf1edb

#cf1edb #db1e89 #711edb

Monochromatic Colors of #cf1edb

#cf1edb

Complementary Color

#cf1edb #2adb1e

#cf1edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf1edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf1edb Color CSS Codes

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

#cf1edb Text Font Color

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

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


#cf1edb Background Color

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

This div background color is #cf1edb


#cf1edb Border Color

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

This div border color is #cf1edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,30,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf1edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf1edb;
  -webkit-box-shadow: 1px 1px 3px 2px #cf1edb;
  box-shadow:         1px 1px 3px 2px #cf1edb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,30,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf1edb


Comments

No comments written yet.

Please login to write comment.