Color Hex Logo

#be0dcf Color Hex

#BE0DCF
(190,13,207)
0 Favorites   0 Comments

Color spaces of #be0dcf

RGB 19013207
HSL0.820.880.43
HSV295°94°81°
CMYK 0.080.940.00   0.19
XYZ32.641615.740060.3492
Yxy15.74000.30020.1448
Hunter Lab39.673777.4324-62.4168
CIE-Lab46.631580.1814-56.3006

#be0dcf color RGB value is (190,13,207).

#be0dcf hex color red value is 190, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #be0dcf hue: 0.82 , saturation: 0.88 and the lightness value of be0dcf is 0.43.

The process color (four color CMYK) of #be0dcf color hex is 0.08, 0.94, 0.00, 0.19. Web safe color of #be0dcf is #cc00cc. Color #be0dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001101 11001111
Octal 276 15 317
Decimal 190 13 207
Hex BE D CF

RGB Percentages of Color #be0dcf

%46.34
%3.17
%50.49

CMYK Percentages of Color #be0dcf

%8
%94
%0
%19

Triadic Colors of #be0dcf

#be0dcf #cfbe0d #0dcfbe

Analogous Colors of #be0dcf

#be0dcf #cf0d7f #5d0dcf

Monochromatic Colors of #be0dcf

#be0dcf

Complementary Color

#be0dcf #1ecf0d

#be0dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0dcf Color CSS Codes

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

#be0dcf Text Font Color

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

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


#be0dcf Background Color

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

This div background color is #be0dcf


#be0dcf Border Color

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

This div border color is #be0dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0dcf


Comments

No comments written yet.

Please login to write comment.